Browse Source

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

development
Rohan Sircar 5 years ago
parent
commit
5ed30392a0
  1. 3
      assets/css/page.css
  2. 2
      config.toml

3
assets/css/page.css

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

2
config.toml

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

Loading…
Cancel
Save