revert the changes
This commit is contained in:
parent
0c349e4ae1
commit
298e25dcc5
2 changed files with 6 additions and 36 deletions
|
@ -530,35 +530,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.profile-container {
|
||||
margin-right: 10px;
|
||||
align-self: flex-start;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.profile-pic {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
border: 2px solid var(--accent-color);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header-top {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
padding: 10px 0;
|
||||
gap: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.header-top h1 {
|
||||
margin: 0;
|
||||
flex-grow: 1;
|
||||
line-height: 1.2;
|
||||
padding-top: 5px;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.contact-links {
|
||||
|
|
|
@ -14,12 +14,8 @@
|
|||
<body>
|
||||
<header>
|
||||
<div class="header-top">
|
||||
<div class="profile-container">
|
||||
<img src="img/profile.jpg" alt="Bartłomiej Piekarski" class="profile-pic">
|
||||
</div>
|
||||
|
||||
<div class="language-container"></div>
|
||||
<h1>Bartłomiej Piekarski</h1>
|
||||
|
||||
<div class="language-container">
|
||||
<a href="https://www.sykorax.eu/en.html" class="language-switch" title="English Version">
|
||||
<img src="img/united-kingdom.png" width="32" height="32" class="flag-icon"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue