Add meetups

This commit is contained in:
Dennis Reimann
2021-08-19 15:29:11 +02:00
parent b313d3cd63
commit 3ec80d8f85
6 changed files with 70 additions and 15 deletions

View File

@@ -64,21 +64,17 @@
align-items: center;
justify-content: space-between;
line-height: 1;
font-size: 4.5vw;
@media (--up_to_M) {
margin-bottom: var(--space-s);
& #navItemMedia {
display: none;
}
}
@media (--up_to_L) {
@media (--M_to_L) {
margin-top: var(--space-m);
font-size: var(--font-size-xl);
}
@media (--L_and_up) {
margin-top: var(--space-l);
font-size: var(--font-size-xxl);
font-size: var(--font-size-xl);
}
& nav {
@@ -86,11 +82,10 @@
align-items: center;
& a {
margin-right: var(--space-l);
margin-right: 1em;
text-transform: uppercase;
font-weight: var(--font-weight-bold);
cursor: pointer;
line-height: 0;
&.current {
color: var(--color-accent);
@@ -98,10 +93,12 @@
}
}
& button{
display: inline-block;
& button {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
top: 2px;
top: 1px;
@media (--up_to_S) {
visibility: hidden;
@@ -110,8 +107,8 @@
& svg {
height: 4.5vw;
width: 4.5vw;
min-height: 24px;
min-width: 24px;
min-height: 18px;
min-width: 18px;
max-height: 42px;
max-width: 42px;
display: block;