Changed the layout
parent
5b80b2a819
commit
4db3d71f68
|
@ -28,7 +28,7 @@ a {
|
||||||
height: 540px;
|
height: 540px;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
margin-left: -40%;
|
margin-left: -40%;
|
||||||
margin-top: auto;
|
margin-top: 5%;
|
||||||
margin-bottom: 20%;
|
margin-bottom: 20%;
|
||||||
font-size: 250%;
|
font-size: 250%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -44,16 +44,18 @@ a {
|
||||||
height: 53rem;
|
height: 53rem;
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
margin-right: -30%;
|
margin-right: -30%;
|
||||||
|
margin-top: -8%;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-list {
|
.navigation-list {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
Loading…
Reference in New Issue