„index.html“ ändern
This commit is contained in:
parent
b4fe2d29f2
commit
07f3f4da0f
1 changed files with 6 additions and 7 deletions
13
index.html
13
index.html
|
@ -43,11 +43,11 @@
|
|||
}
|
||||
|
||||
.logo {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
width: 350px;
|
||||
max-width: 350px;
|
||||
float: left;
|
||||
padding-top: 1vw;
|
||||
margin-left: 1vw;
|
||||
margin-left: 2vw;
|
||||
}
|
||||
|
||||
.logo > img {
|
||||
|
@ -57,11 +57,11 @@
|
|||
|
||||
|
||||
.tuerme > img {
|
||||
width: 60px;
|
||||
max-width: 60px;
|
||||
width: 80px;
|
||||
max-width: 80px;
|
||||
float: right;
|
||||
padding-top: 0.5vw;
|
||||
margin-right: 1vw;
|
||||
margin-right: 2vw;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
@ -100,7 +100,6 @@
|
|||
padding-left: 5vw;
|
||||
padding-right: 5vw;
|
||||
font-size: 1.5em;
|
||||
background-color: #90c2dc;
|
||||
border: white;
|
||||
border-style: dashed;
|
||||
border-radius: 5vw;
|
||||
|
|
Loading…
Reference in a new issue