Update
This commit is contained in:
@@ -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 {
|
||||
|
@@ -27,8 +27,10 @@
|
||||
}
|
||||
|
||||
#navbar-logo {
|
||||
width: 3.16rem;
|
||||
height: 3.5rem;
|
||||
width: 3.5rem;
|
||||
object-fit: contain;
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
#navbar-logo-text {
|
||||
|
Reference in New Issue
Block a user