Improve news button styling

This commit is contained in:
mathiascode 2020-08-01 03:51:19 +03:00
parent 54166ced83
commit d8d3d64c7a
1 changed files with 9 additions and 1 deletions

View File

@ -81,7 +81,7 @@ html {
background: $backgroundcolor;
color: $accentcolor;
display: table;
font-family: Montreal, sans-serif;
font-family: Montreal, sans-serif;
font-size: calc(1.125em + .2vw);
height: 100%;
letter-spacing: -0.03em;
@ -205,6 +205,14 @@ a:hover {
margin: 0 .375em 0 0;
}
.button p {
margin: 0 0 .65em;
}
.button p:last-child {
margin: 0;
}
article {
margin: 0 auto;
max-width: 37em;