Correct footer elements sizes
This commit is contained in:
parent
12240f6c9b
commit
a055dc6774
2 changed files with 36 additions and 7 deletions
14
cs/home.html
14
cs/home.html
|
@ -140,20 +140,20 @@
|
|||
|
||||
</div>
|
||||
<div class="footer-logo-right-col-grid">
|
||||
<img src="../img/sin-logo-col.png" alt="Club" class="opacity-decrease" href="#">
|
||||
<img src="../img/su-logo-col.svg" alt="Club" href="#">
|
||||
<img src="../img/sin-logo-col.png" alt="Club" href="#" class="opacity-decrease footer-img-logo">
|
||||
<a href="https://su.cvut.cz/" target="_blank"><img src="../img/su-logo-col.svg" alt="Club" href="#" class="footer-img-logo"></a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="footer-bottom">
|
||||
<div class="footer-contacts-row-grid">
|
||||
<div class="footer-heading-col-grid">
|
||||
<div class="footer-heading-left">
|
||||
<h1 class="title left">Kontakty</h1>
|
||||
<h2 class="title">Kontakty</h2>
|
||||
</div>
|
||||
<div class="footer-heading-social-col-grid -right">
|
||||
<img src="../img/facebook.png" alt="Social" href="#">
|
||||
<img src="../img/instagram.png" alt="Social" href="#">
|
||||
<img src="../img/twitter.png" alt="Social" href="#">
|
||||
<a href="https://www.facebook.com/" target="_blank"><img src="../img/facebook.png" alt="Social" class="footer-img-social"></a>
|
||||
<a href="https://www.instagram.com/" target="_blank"><img src="../img/instagram.png" alt="Social" class="footer-img-social"></a>
|
||||
<a href="https://twitter.com/?lang=cs" target="_blank"><img src="../img/twitter.png" alt="Social" class="footer-img-social"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-contacts-col-grid">
|
||||
|
@ -174,7 +174,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="footer-visit-row-grid">
|
||||
<h1 class="title left">Úřední hodiny</h1>
|
||||
<h2 class="title">Úřední hodiny</h2>
|
||||
<div class="footer-visit-col-grid">
|
||||
<p class="article">Administrátoři:</p>
|
||||
<p class="article">Po & St 20:00 - 21:00</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue