Skip to content

Commit 917f2f4

Browse files
committed
Make page buttons match typical button size, fix alignment
1 parent 62eb6fb commit 917f2f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/common.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ html.homepage-featured-topics {
3939
justify-content: space-between;
4040

4141
.page-button-container {
42-
flex: 0 0 2.2em;
42+
flex: 0 0 3em;
4343
}
4444

4545
.page-button {
4646
height: min-content;
47-
padding: 0.3em;
47+
padding: 0.5em;
48+
margin-bottom: 3em;
4849
}
4950

5051
.left-page-button {

0 commit comments

Comments
 (0)