Change main container margins

This commit is contained in:
Torjus Håkestad 2021-04-11 01:02:17 +02:00
parent ce047b726d
commit 03e6252fc3

View File

@ -65,7 +65,7 @@ h1 h2 h3 {
} }
#main-content-container { #main-content-container {
margin: 50px; margin-top: 50px;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
} }