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

View File

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

View File

@@ -75,14 +75,12 @@
<footer> <footer>
<div class="grid-container"> <div class="grid-container">
<div class="grid-x padding-top-1 padding-bottom-1"> <div class="grid-x padding-top-1 padding-bottom-1">
<div class="cell medium-6 large-9"> <div class="cell small-12 medium-3 large-3">
<div class="grid-y footer-grid-y"> <a class="button footer-link" href="{% url 'impressum' %}" >Impressum</a>
<div class="cell small-6 medium-9 large-9">
<a class="footer-link" href="{% url 'impressum' %}" >Impressum</a>
</div> </div>
<div class="cell small-6 medium-3 large-3 padding-bottom-2"> <div class="cell small-12 medium-9 large-9 text-right">
<span class="footer-text">Probiers mal social:</span>
<a class="badge social-media-footer" href="https://facebook.fet.at"> <a class="badge social-media-footer" href="https://facebook.fet.at">
<i class="social-media-footer-symbol fab fa-facebook-square"></i> <i class="social-media-footer-symbol fab fa-facebook-square"></i>
</a> </a>