Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3ed5f4f..bdfe189 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -105,3 +105,10 @@ div.normal {
background-color: #eef;
background-image: url("/img/note.png");
}
+
+@media (min-width: 960px) {
+ html, body {
+ width: 960px;
+ margin: 0 auto;
+ }
+}