1
Fork 0

Test logo on top of title on desktop

This commit is contained in:
Edgar P. Burkhart 2023-03-18 17:29:43 +01:00
parent 648b681709
commit 0dd37cb6fd
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 14 deletions

View File

@ -75,20 +75,6 @@ h1 {
body {grid-template-columns: var(--colw) 1fr}
body > div.cv {grid-column: 2 / -1}
}
@media screen and (width >= 70rem) {
h1 {
margin-top: 2rem;
}
div.title {
position: relative;
}
div.title > img {
position: absolute;
left: -5rem;
width: 4rem;
margin: 0;
}
}
h1, h2, h3 {
font-weight: 250;