mirror of
https://github.com/amalthea-mc/amalthea-mc.github.io.git
synced 2024-11-09 20:21:05 +00:00
Make whole content box as flex box
This commit is contained in:
parent
28d7cbaf96
commit
849dfcd163
@ -15,8 +15,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -40,6 +38,8 @@ a:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
@ -52,19 +52,20 @@ a:focus-visible {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
text-shadow: 3px 3px black;
|
text-shadow: 3px 3px black;
|
||||||
font-family: PBold;
|
font-family: PBold;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
.address-desc {
|
.address-desc {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 2px 2px black;
|
text-shadow: 2px 2px black;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
.links {
|
.links {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-top: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user