Skip to content

Commit 09653bf

Browse files
committed
Restore some missing styles
1 parent 7a639ae commit 09653bf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

assets/css/style.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
---
3+
4+
@import
5+
"minima/skins/{{ site.minima.skin | default: 'classic' }}",
6+
"minima/initialize";
7+
8+
.PageNavigation {
9+
font-size: 14px;
10+
display: block;
11+
width: auto;
12+
overflow: hidden;
13+
}
14+
15+
.PageNavigation a {
16+
display: block;
17+
width: 50%;
18+
float: left;
19+
margin: 1em 0;
20+
}
21+
22+
.PageNavigation .next {
23+
text-align: right;
24+
}

0 commit comments

Comments
 (0)