diff --git a/css/styles.css b/css/styles.css index f283fd6..b362344 100644 --- a/css/styles.css +++ b/css/styles.css @@ -56,20 +56,27 @@ } .photo-container { + flex-shrink: 0; margin-right: 0.5rem; } .profile-photo { - height: 15em; - width: auto; + height: 3em; /* lekko większe niż tekst, ale nie rozciąga headera */ + width: 3em; border-radius: 50%; object-fit: cover; + vertical-align: middle; + } + + .header-top h1 { + margin: 0; + line-height: 1; } .header-top { display: flex; justify-content: space-between; - align-items: baseline; + align-items: center; margin-bottom: 1rem; } diff --git a/index.html b/index.html index 1e969c3..d5f6f2b 100644 --- a/index.html +++ b/index.html @@ -14,28 +14,21 @@
Student Informatyki | Specjalizacja: Gry Komputerowe i Aplikacje Mobilne