1
0
Fork 0
This commit is contained in:
Moritz Ruth 2020-04-09 18:54:36 +02:00
parent e55d5feced
commit 7ae14cc4be
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
18 changed files with 589 additions and 24 deletions

View file

@ -110,7 +110,9 @@
}
.navigation-bar__title {
font-size: 1.4rem;
font-size: 2rem;
text-transform: uppercase;
font-weight: bold;
display: block;
opacity: 0;
@ -190,7 +192,7 @@
display: block;
color: colors.$background-c;
text-decoration: none;
font-size: 1.4rem;
font-size: 2rem;
background: black;
padding: 10px;
@ -254,12 +256,18 @@
pointer-events: auto;
flex-direction: row;
background: transparent;
}
.navigation-bar__link-container:not(:last-child) {
margin-bottom: 0;
margin-right: 40px;
}
.navigation-bar__link {
font-size: 1.3rem;
}
}
</style>