Skip to content

Commit 5a57aee

Browse files
committed
Improve footer styles
1 parent 36e4471 commit 5a57aee

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

assets/sass/style.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,14 @@ h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
376376
}
377377

378378
footer.pretty-box {
379-
padding: 0 3px;
379+
padding: 5px;
380380
text-align: center;
381381
font-size: 80%;
382+
margin: 0 auto 20px;
383+
384+
p {
385+
margin: 3px 0;
386+
}
382387
}
383388

384389
#TOC_title {

html/css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,12 @@ h1:hover .title-anchor, h2:hover .title-anchor, h3:hover .title-anchor, h4:hover
298298
visibility: visible; }
299299

300300
footer.pretty-box {
301-
padding: 0 3px;
301+
padding: 5px;
302302
text-align: center;
303-
font-size: 80%; }
303+
font-size: 80%;
304+
margin: 0 auto 20px; }
305+
footer.pretty-box p {
306+
margin: 3px 0; }
304307

305308
#TOC_title {
306309
font-size: 120%; }

0 commit comments

Comments
 (0)