Move style tags to SCSS

This commit is contained in:
2023-11-06 16:58:53 +00:00
parent d11d328eda
commit 6b590b28a2
5 changed files with 20 additions and 10 deletions

View File

@@ -108,6 +108,12 @@ address {
transition: all 0.2s;
}
.site-logo-text {
font-size: .9em;
line-height: 1.1;
font-family: 'Transport Medium';
}
// -------------------------------------------------------
//Navigation
// -------------------------------------------------------
@@ -207,6 +213,10 @@ address {
border-color: hsl(0, 0%, 86%);
}
}
&-description {
min-height: 180px;
}
}
.small_cta {
@@ -223,8 +233,14 @@ address {
&-tiers, &-facilities{
padding:2em 0;
}
&-description {
min-height: 180px;
}
}
// -------------------------------------------------------
// Join the team
// -------------------------------------------------------