Remove exhibition links
This commit is contained in:
parent
84de819756
commit
aa60c4d52b
5 changed files with 5 additions and 100 deletions
|
@ -69,35 +69,6 @@ body {
|
|||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
max-width: 100%;
|
||||
|
||||
&__item {
|
||||
|
||||
+ .navigation__item {
|
||||
margin: 0.3rem 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__link {
|
||||
display: block;
|
||||
max-width: fit-content;
|
||||
overflow-x: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: var(--bold-font-weight);
|
||||
transition: color 200ms ease-in-out;
|
||||
|
||||
&--white {
|
||||
color: var(--white);
|
||||
|
||||
&:focus-visible {
|
||||
outline: 1px dashed var(--white);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.social {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
@ -132,33 +103,12 @@ body {
|
|||
|
||||
@media screen and (min-width: $tablet-media-query) {
|
||||
|
||||
.navigation {
|
||||
|
||||
&__item {
|
||||
|
||||
+ .navigation__item {
|
||||
margin: 0.2rem 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.social {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $desktop-media-query) {
|
||||
|
||||
.navigation {
|
||||
|
||||
&__item {
|
||||
|
||||
+ .navigation__item {
|
||||
margin: 0.1rem 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: $desktop-media-query) {}
|
||||
|
||||
// Slider section
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue