added site name and fixed site title centering on mobile devices(my own fault)
This commit is contained in:
parent
eebb4d350b
commit
5ed30392a0
@ -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) {
|
||||||
|
@ -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 = "../.."
|
||||||
|
Loading…
Reference in New Issue
Block a user