pedf
/
spin
Archived
1
0
Fork 0

Nová loga v patičce

master
Emil Miler 3 years ago
parent 0e9a405c42
commit 7906dc0a2d

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@ -186,12 +186,20 @@
</section>
<footer>
<a href="https://pedf.cuni.cz">
<img src="img/logo-pedf.svg" alt="PedF" class="pedf">
</a>
<a href="https://www.nadacecs.cz">
<img src="img/logo-nadacecs.svg" alt="Nadace České spořitelny">
</a>
<div class="wrap">
<a href="https://www.nadacecs.cz" class="nadacecs">
<img src="img/logo-nadacecs.svg" alt="Nadace České spořitelny">
</a>
<a href="https://pedf.cuni.cz">
<img src="img/logo-pedf.svg" alt="Pedagogická fakulta">
</a>
<a href="http://kppp.pedf.cuni.cz">
<img src="img/logo-kmdm.svg" alt="Katedra preprimární a primární pedagogiky">
</a>
<a href="http://kmdm.pedf.cuni.cz">
<img src="img/logo-kppp.svg" alt="Katedra matematiky a didaktiky matematiky">
</a>
</div>
</footer>
</main>

@ -154,20 +154,21 @@ main .articles .list article a {
main .articles .list article:hover h3 { text-decoration: underline }
footer {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 15em auto;
padding: 1em;
}
footer .wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 2em;
grid-row-gap: 4em;
justify-items: center;
}
footer img {
width: 18em;
margin: 2em;
height: 5em;
transition: transform .2s ease-out;
}
footer img.pedf { width: 10em }
footer a.nadacecs { grid-column: 1 / -1 }
footer img:hover { transform: scale(1.1) }
.modal {
@ -255,6 +256,7 @@ footer img:hover { transform: scale(1.1) }
main .articles .list,
main .phases .wrap>div,
main .team .modal .content,
footer .wrap,
.fancyheader .wrap {
grid-template-columns: 1fr;
}