diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/screenv10.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss index 814db0d..07d9c8c 100644 --- a/design/sass/screenv10.scss +++ b/design/sass/screenv10.scss @@ -964,6 +964,9 @@ p + .picwide { display: flex; flex-direction: row; } + .src .entry-footer { + display: block; + } } .entry-footer .hedtinycaps { @@ -1138,6 +1141,10 @@ pre{ font-size: 20px; font-size: 1.25rem; } +.src .donate { + border-bottom: 3px double #efefef; + padding-bottom: 3rem; +} .donate p { line-height: 1.3; } @@ -1160,7 +1167,7 @@ pre{ background: url("img/lpdonate.svg") 0 0 no-repeat; text-indent: -9999em; display: inline-block; - line-height: 25px; + line-height: 46px; padding: 2px 7px 3px; text-decoration: none; width: 70px; |