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 {
position: relative;
display: inline-flex;
flex: 1;
align-items: center;
justify-content: center;
font-size: 1rem;
border-radius: 8px;
max-width: 40%;
padding: 0;
cursor: pointer;
appearance: none;
overflow: hidden;
+ .button {
margin-left: 10px;