Center stuff in the main content container

This commit is contained in:
Torjus Håkestad 2021-04-11 00:33:49 +02:00
parent 1b4cb8e528
commit 690bbe2047

View File

@ -67,5 +67,6 @@ h1 h2 h3 {
#main-content-container {
margin: 50px;
text-align: center;
display: inline-block;
}
</style>