|
|
|
@ -7,13 +7,13 @@ body {
|
|
|
|
|
|
|
|
|
|
.grid-container {
|
|
|
|
|
display: inline-grid;
|
|
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
grid-column-gap: 5px;
|
|
|
|
|
grid-row-gap: 120px;
|
|
|
|
|
grid-auto-flow: dense;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 60%;
|
|
|
|
|
left: 30%
|
|
|
|
|
left: 5%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
text-align: : center;
|
|
|
|
@ -73,10 +73,8 @@ h1 {
|
|
|
|
|
right:0%;
|
|
|
|
|
top:3%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
|
padding: 3px 30px 3px 10px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|