summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/screenv10.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss
index 21cb224..814db0d 100644
--- a/design/sass/screenv10.scss
+++ b/design/sass/screenv10.scss
@@ -954,7 +954,8 @@ p + .picwide {
border-top: 3px double #efefef;
border-bottom: 3px double #efefef;
margin-top: 3rem;
- padding: 2rem;
+ padding-top: 2rem;
+ padding-bottom: 2rem;
font-size: 90%;
}
@media screen and (min-width: 750px) {
@@ -1001,7 +1002,6 @@ p + .picwide {
line-height: 1;
}
-
//}}}
//*********** jrnl interpage nav ************************{{{
.page-navigation {
@@ -1014,6 +1014,7 @@ p + .picwide {
@media screen and (min-width: 750px) {
.page-navigation {
max-width: 750px;
+ width: 750px;
}
}
.page-navigation div {
@@ -1136,9 +1137,12 @@ pre{
font-family: mffnweb, Helvetica, sans-serif;
font-size: 20px;
font-size: 1.25rem;
- p {
- line-height: 1.3;
- }
+}
+.donate p {
+ line-height: 1.3;
+}
+.donate h3 {
+ margin-top: .5rem;
}
.donate-btn {
display: inline-block;