Make the buttons on the landing page a little less intrusive

This commit is contained in:
2018-08-13 19:07:08 +02:00
parent 376c7ad890
commit fc35b804e4
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ main {
.essentials {
width: 100%;
margin: 1.8em 0;
margin: 1em 0;
padding: 0;
list-style: none;
display: flex;
@@ -47,8 +47,8 @@ main {
height: 100%;
}
.essentials .join {
padding: 1em;
.essentials .focus {
padding: 0.8em;
font-size: 1.2em;
}