pedf
/
spin
Archived
1
0
Fork 0

Compare commits

...

2 Commits

@ -226,14 +226,14 @@
<a href="https://www.nadacecs.cz" class="nadacecs">
<img src="img/logo-nadacecs.svg" alt="Nadace České spořitelny">
</a>
<a href="http://kppp.pedf.cuni.cz">
<img src="img/logo-kppp.svg" alt="Katedra preprimární a primární pedagogiky">
</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">
<img src="img/logo-kmdm.svg" alt="Katedra matematiky a didaktiky matematiky">
</a>
</div>
</footer>

@ -74,7 +74,7 @@ main .phases .wrap>div {
}
main .phases figure {
margin: 0;
transition: background-color .1s linear;
transition: all .1s linear;
}
main .phases figure:hover {
background-color: var(--color-blue);
@ -124,7 +124,7 @@ main .team figure {
background-color: #fff;
padding: 1em;
margin: 0;
transition: background-color .1s linear;
transition: all .1s linear;
}
main .team figure:hover {
background-color: var(--color-red);