Test logo on top of title on desktop
This commit is contained in:
parent
648b681709
commit
0dd37cb6fd
1 changed files with 0 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue