removed heading banner

This commit is contained in:
Yves Gatesoupe 2020-07-17 18:57:24 +02:00
parent de70877811
commit 049d6b3352
3 changed files with 0 additions and 19 deletions

View File

@ -60,14 +60,3 @@ a:not([class]):visited {
color: inherit;
}
}
h1::after {
content: '';
background-color: var(--color-light-gray);
position: absolute;
width: 100%;
height: 8rem;
top: 13rem;
left: 0;
z-index: -1;
}

View File

@ -25,10 +25,6 @@
font-size: 2.5rem;
display: inline-block;
&::after {
display: none;
}
+ svg {
margin-left: auto;
margin-right: 8rem;

View File

@ -6,10 +6,6 @@
h1 {
font-size: 2rem;
&::after {
display: none;
}
}
.position {