Improve sizing of entire layout

This commit is contained in:
2019-09-01 17:48:44 +02:00
parent 6b3666def9
commit 2a384f3eed
5 changed files with 8 additions and 19 deletions
@@ -29,7 +29,6 @@ section#contribution-details {
margin-bottom: 2rem;
span {
font-size: inherit;
}
&.who-what-when {
@@ -45,9 +44,8 @@ section#contribution-details {
a {
color: $primary-color;
text-decoration: none;
font-size: inherit;
&:hover {
&:not(.button):hover {
text-decoration: underline;
}
}