mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-07 01:58:47 +02:00
added pages and updated css / shortcodes
This commit is contained in:
parent
443ded21b0
commit
46c9431e26
34 changed files with 821 additions and 36 deletions
22
assets/css/shortcodes.css
Normal file
22
assets/css/shortcodes.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* ========================
|
||||
profile
|
||||
======================== */
|
||||
#markdown .profile {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
#markdown .profile-image {
|
||||
flex: 0 0 150px;
|
||||
}
|
||||
|
||||
#markdown .profile-image img {
|
||||
border-radius: 50%;
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#markdown .profile-content {
|
||||
flex: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue