projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca6d2e
)
don't make front page narrow on large screens
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 30 Jul 2019 19:24:24 +0000
(15:24 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 30 Jul 2019 19:24:24 +0000
(15:24 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 129254477ea9f4796b66372fff0a815c6d644016..f32be95ab3708cb35337d1799454d0e58aae66a4 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-522,6
+522,12
@@
a { transition: 0.3s; }
margin: 0 auto;
}
+/* don't apply above max-width rule to main page */
+.path-frontpage .page-header,
+.path-frontpage .region-content {
+ max-width: 2000px; /* high number beyond the max */
+}
+
.page-node-type-page .page-header {
margin-bottom: 20px;
}