„index.html“ ändern
This commit is contained in:
parent
55cbdb5457
commit
fd5e5fc090
1 changed files with 4 additions and 2 deletions
|
@ -25,6 +25,7 @@
|
|||
background-position: top;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
h1 {
|
||||
font-size: 5vw;
|
||||
|
@ -74,7 +75,8 @@
|
|||
|
||||
.buttons > div:hover{
|
||||
|
||||
filter: hue-rotate(90deg);
|
||||
background-color: var(--main-bg-color);
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
.buttons > div > a{
|
||||
|
@ -96,7 +98,7 @@
|
|||
}
|
||||
|
||||
.infotext {
|
||||
padding-top: 2vw;
|
||||
padding-top: 0.5vw;
|
||||
padding-bottom: 0.5vw;
|
||||
padding-left: 3vw;
|
||||
padding-right: 3vw;
|
||||
|
|
Loading…
Reference in a new issue