pedf
/
jakjsmenatom
Archived
1
0
Fork 0

Logo PedF v patičce

master
Emil Miler 3 years ago
parent 28891407e0
commit 539bb0a7a2

@ -122,5 +122,9 @@
K ubytování budeš potřebovat platný antigenní test.
</main>
<footer>
<a href="https://pedf.cuni.cz"><img src="logo-pedf.svg" alt="PedF"></a>
</footer>
</body>
</html>

@ -40,7 +40,7 @@ header .logo {
height: 5rem;
max-width: var(--wrap);
text-align: right;
padding: 2rem;
margin: 2rem;
}
header .logo img { height: 100% }
header .title {
@ -103,6 +103,13 @@ main ul li {
align-items: center;
}
footer {
height: 15rem;
text-align: center;
margin-bottom: 10rem;
}
footer img { height: 100% }
@media only screen and (max-width: 1000px) {
header .title {
flex-direction: column-reverse;