pedf
/
jakjsmenatom
Archived
1
0
Fork 0

Logo PedF v patičce

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

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

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