added site name and fixed site title centering on mobile devices(my own fault)

This commit is contained in:
Rohan Sircar 2019-07-26 12:04:02 +05:30
parent eebb4d350b
commit 5ed30392a0
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
#site-container { #site-container {
width: 100%; width: 100%;
} }
#site-title-container {
margin: auto;
}
} }
@media screen and (min-width: 40em) { @media screen and (min-width: 40em) {

View File

@ -21,7 +21,7 @@
######################################################### #########################################################
languageCode = "en-us" languageCode = "en-us"
title = "Example Site" title = "Arcus Iridis"
baseurl = "https://arcusiridis.com" baseurl = "https://arcusiridis.com"
theme = "Midnight" theme = "Midnight"
##themesDir = "../.." ##themesDir = "../.."