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
1292544
..
f32be95
100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-522,6
+522,12
@@
a { transition: 0.3s; }
margin: 0 auto;
}
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;
}
.page-node-type-page .page-header {
margin-bottom: 20px;
}