Fix page navigation buttons

Fixes panr/hugo-theme-terminal#81
This commit is contained in:
Divin Kong 2019-09-07 16:19:03 -07:00
parent 5057fd5521
commit 2805450761
6 changed files with 7 additions and 6 deletions

View File

@ -43,14 +43,15 @@
.button { .button {
position: relative; position: relative;
display: inline-flex; display: inline-flex;
flex: 1;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 1rem; font-size: 1rem;
border-radius: 8px; border-radius: 8px;
max-width: 40%;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
appearance: none; appearance: none;
overflow: hidden;
+ .button { + .button {
margin-left: 10px; margin-left: 10px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long