fix alignment of page elements

This commit is contained in:
Franzi 2021-08-15 08:54:15 +02:00
parent f77214ff81
commit bf5bd88cca
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -36,6 +36,7 @@ h1
-webkit-text-stroke: 2px #FFFFFF -webkit-text-stroke: 2px #FFFFFF
paint-order: stroke fill paint-order: stroke fill
font-size: 8em font-size: 8em
margin-bottom: 30px
h2 h2
font-size: 3em font-size: 3em
@ -64,7 +65,7 @@ h3
.button-list .button-list
list-style: none list-style: none
margin: 3em auto margin: 0 auto
padding: 0 padding: 0
max-width: 30em max-width: 30em
@ -99,7 +100,7 @@ nav
display: block display: block
border: 5px outset #AAAAAA; border: 5px outset #AAAAAA;
background-color: #CCCCCC; background-color: #CCCCCC;
margin: 10px margin-bottom: 10px
padding: 2px 5px padding: 2px 5px
text-decoration: none text-decoration: none
color: #000000 color: #000000
@ -120,7 +121,7 @@ p
footer footer
clear: both clear: both
margin: 20px 10px margin: 30px 0 0 0
border-top: 1px solid #FFFFFF border-top: 1px solid #FFFFFF
text-align: center text-align: center
padding: 2px padding: 2px