feat(WEB-250): overview hero final ui

This commit is contained in:
Simon Emanuelsson
2024-05-24 10:13:24 +02:00
parent f884383c3c
commit 16b817f469
164 changed files with 6262 additions and 990 deletions

View File

@@ -13,6 +13,7 @@
color: #483729;
margin-bottom: 1rem;
}
.phoneContainer {
display: flex;
gap: 10px;
@@ -43,13 +44,14 @@
padding-top: 7px;
text-decoration: none;
}
.phoneNumberLink:active,
.phoneNumberLink:hover {
outline: 0;
text-decoration: underline;
}
@media screen and (min-width: 950px) {
@media screen and (min-width: 1367px) {
.heading {
font-size: 1.625rem;
}

View File

@@ -43,13 +43,13 @@
text-decoration: none;
}
@media screen and (min-width: 740px) {
@media screen and (min-width: 768px) {
.content {
padding: 20px 0px;
}
}
@media screen and (min-width: 950px) {
@media screen and (min-width: 1367px) {
.heading {
font-size: 1.375rem;
}