This commit is contained in:
a-ill
2023-06-24 00:39:41 +03:00
parent 9e8ee05bb6
commit 6cfb2bada8
35 changed files with 1183 additions and 74 deletions

View File

@@ -5,7 +5,8 @@ footer {
bottom: 0;
width: 100%;
height: auto;
background: var(--dark-green);
background: #5B6970;/*var(--dark-green);*/
border-top: #DD1C1A solid 0.5rem;
}
footer p, footer a {
@@ -53,6 +54,15 @@ footer h2 {
margin-bottom: 0;
}
#tag-line {
position: relative;
margin: auto;
font-size: 1.2rem;
text-align: center;
padding-bottom: 1rem;
}
footer a {
font-size: 1.2rem;
color: #d8d8d8;
@@ -105,7 +115,7 @@ footer p, footer label {
}
#contact-us-container {
width: 14rem;
width: 16rem;
}
#contact-us-container h3 {

View File

@@ -27,8 +27,10 @@
}
#navbar-logo {
width: 3.16rem;
height: 3.5rem;
width: 3.5rem;
object-fit: contain;
border-radius: 10rem;
}
#navbar-logo-text {