Increase font size of home’s links and all arrows
This commit is contained in:
parent
cc26eddc7c
commit
373a6e5b6d
|
@ -495,7 +495,7 @@ nav:last-of-type > ul > li:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero a, .services h2, .surroundings .spiel a {
|
.hero a, .services h2, .surroundings .spiel a {
|
||||||
font-size: calc(1rem + 1.2vw);
|
font-size: calc(2rem + 1.2vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero a, .services a {
|
.hero a, .services a {
|
||||||
|
@ -656,7 +656,7 @@ dl, .nature > div, .outside_activities > div, .campsite_info {
|
||||||
|
|
||||||
.slick-slider .slick-arrow {
|
.slick-slider .slick-arrow {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: calc(1rem + 1.2vw);
|
font-size: calc(2rem + 1.2vw);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
|
|
Loading…
Reference in New Issue