update footer

This commit is contained in:
2021-06-10 23:00:25 +00:00
parent 95a14e89cc
commit 2b9ff1206d
3 changed files with 34 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ footer {
}
.footer-link {
background-color: #444;
color: white;
}
@@ -68,6 +69,16 @@ footer {
font-size:30px;
}
.footer-link:hover {
background: lightgrey;
color: #444;
}
.footer-text {
background-color: #444;
color: white;
}
.job-btn {
background-color: gray;
height: 70%;
@@ -154,6 +165,10 @@ a.thumbnail img {
.social-media-footer .social-media-footer-symbol {
font-size:30px; }
.social-media-footer:hover {
color: grey;
}
.news-hero-compact {
border-radius: 5px;
margin-top: 1rem !important;