Increase font size of home’s links and all arrows

This commit is contained in:
oriol carbonell pujolàs 2024-02-06 10:04:12 +01:00
parent cc26eddc7c
commit 373a6e5b6d
1 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ nav:last-of-type > ul > li:last-child {
}
.hero a, .services h2, .surroundings .spiel a {
font-size: calc(1rem + 1.2vw);
font-size: calc(2rem + 1.2vw);
}
.hero a, .services a {
@ -656,7 +656,7 @@ dl, .nature > div, .outside_activities > div, .campsite_info {
.slick-slider .slick-arrow {
font-weight: 600;
font-size: calc(1rem + 1.2vw);
font-size: calc(2rem + 1.2vw);
line-height: 1;
width: 5rem;
height: 5rem;