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