This commit is contained in:
Roman Pyrih
2025-02-05 16:03:17 +01:00
parent caf53b1c78
commit ae82612fc6
4 changed files with 165 additions and 127 deletions

View File

@@ -341,10 +341,10 @@
text-transform: uppercase;
font-weight: 500;
font-size: 24px;
padding-bottom: 33px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
max-width: 350px;
margin-bottom: 33px;
margin-bottom: 5px;
}
._city_content {
@@ -416,6 +416,7 @@
._description {
display: flex;
flex-direction: column;
height: 100%;
hr {
width: 80%;
@@ -425,6 +426,7 @@
text-align: center;
margin: 0;
text-transform: initial;
flex: 1;
}
}
}
@@ -475,3 +477,22 @@
}
}
}
.contact-btn {
padding: 16px 30px 14px;
border-radius: 5px;
border: 2px solid #000;
margin: 25px auto 0;
color: #000;
font-family: 'URW Form', sans-serif;
font-weight: 500;
font-size: 12px;
transition: all 250ms ease-in-out;
&:hover {
background: #000;
color: #fff;
}
}