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