added README and pages, updated css and improved navbar workflow

This commit is contained in:
Jannik Menzel 2025-05-11 02:13:56 +02:00
parent 46c9431e26
commit 17df55649c
23 changed files with 543 additions and 79 deletions

View file

@ -8,7 +8,8 @@
}
#markdown .profile-image {
flex: 0 0 150px;
flex: 0 0 10rem;
max-width: 15rem;
}
#markdown .profile-image img {
@ -19,4 +20,16 @@
#markdown .profile-content {
flex: 1;
}
@media (max-width: 768px) {
#markdown .profile {
flex-direction: column;
align-items: center;
gap: 1rem;
}
#markdown .profile-content {
text-align: center;
}
}