index: Adapt for Seewinkel

This commit is contained in:
2026-09-01 18:03:27 +02:00
parent 4572323a14
commit 1b413cf301
4 changed files with 34 additions and 7 deletions
+3 -3
View File
@@ -320,7 +320,7 @@ main .clients .container .edge:nth-last-child(2) {top: 0; right: 0; transform: r
main .clients .container .edge:nth-last-child(3) {bottom: 0; right: 0; transform: rotate(180deg);}
main .clients .container .edge:nth-last-child(4) {bottom: 0; left: 0; transform: rotate(270deg);}
@media screen and (max-width: 1000px) {
@media screen and (max-width: 1200px) {
main .clients .container {
flex-direction: column;
}
@@ -500,7 +500,7 @@ main.preview a:focus {
border-radius: 0.5em;
}
@media screen and (min-width: 2480px) {
@media screen and (min-width: 3000px) {
.window:nth-of-type(1) {
font-size: 2rem;
}
@@ -528,7 +528,7 @@ main.preview a:focus {
}
}
@media screen and (min-width: 2280px) {
@media screen and (min-width: 2800px) {
.window:nth-of-type(2), .window:nth-of-type(3) {
font-size: 2rem;
}