mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-07 01:58:47 +02:00
added README and pages, updated css and improved navbar workflow
This commit is contained in:
parent
46c9431e26
commit
17df55649c
23 changed files with 543 additions and 79 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue