changes
This commit is contained in:
parent
e55d5feced
commit
7ae14cc4be
18 changed files with 589 additions and 24 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue