Mobile pass

This commit is contained in:
2024-07-20 11:46:10 +02:00
parent 9b7aa500fa
commit cd42baaebf
20 changed files with 342 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
background-image: url('/resources/img/logo_notext.png');
background-repeat: no-repeat;
background-position: calc(50% - 250px);
transition: background-color 0.3s;
transition: background-color 0.5s;
}
.punch-sub {
@@ -41,10 +41,12 @@
.punch-quote-right {
position: relative;
bottom: -120px;
margin-right: 10px;
}
.punch-quote-left {
position: relative;
top: -120px;
transform: rotate(180deg);
margin-left: 10px;
}