Change button size
This commit is contained in:
parent
eb8153042d
commit
313782e24b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 3.8vh;
|
font-size: 1.8vw;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -48,8 +48,8 @@ h1 {
|
||||||
|
|
||||||
.favorites button {
|
.favorites button {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
width: 15vw;
|
width: 15.5vw;
|
||||||
height: 15vw;
|
height: 15.5vw;
|
||||||
margin: .3vw;
|
margin: .3vw;
|
||||||
border: .15em solid black;
|
border: .15em solid black;
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue