fix: better SEO

This commit is contained in:
webfussel 2024-06-20 09:54:34 +02:00
parent 98dbd00c1f
commit 1015d6f3b4
6 changed files with 36 additions and 15 deletions

View file

@ -4,14 +4,14 @@
display: grid;
grid-template-columns: 1fr 1fr;
.intro-img {
& .intro-img {
width: 750px;
display: flex;
position: absolute;
bottom: 0;
right: 0;
img {
& img {
transition: 250ms;
position: relative;
width: 100%;
@ -23,7 +23,26 @@
justify-content: center;
z-index: 1;
.fulltext {
& h1 {
position: relative;
& small {
position: absolute;
font-size: 1.5rem;
rotate: -30deg;
translate: -30px -20px;
&:before {
content: '(';
}
&:after {
content: ')';
}
}
}
& .fulltext {
color: var(--color-white);
}
}
@ -31,7 +50,7 @@
@media (width <= 430px) {
.Intro {
.intro-img{
& .intro-img{
width: 430px;
}
}
@ -46,7 +65,7 @@
}
& .intro-text,
& h2{
& h1 {
align-items: center;
text-align: center;
}