css for phones
This commit is contained in:
parent
f8c3a04a98
commit
d41dd6b29b
13
main.css
13
main.css
|
@ -19,8 +19,9 @@ button{
|
||||||
border: none;
|
border: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#s_start, #s_reset{
|
#s_start, #s_reset, #timer_button{
|
||||||
width: 5vw;
|
height: 42px;
|
||||||
|
width: 42px;
|
||||||
}
|
}
|
||||||
.select{
|
.select{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -47,14 +48,14 @@ button{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.time{
|
.time{
|
||||||
font-size: 8em;
|
font-size: 12vw;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#main_time, #main_sw, #main_t{
|
#main_time, #main_sw, #main_t{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#msec_time, #msec_sw, #msec_t{
|
#msec_time, #msec_sw, #msec_t{
|
||||||
font-size: 2rem;
|
font-size: 2vw;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#date{
|
#date{
|
||||||
|
@ -65,10 +66,6 @@ button{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#timer_button{
|
|
||||||
height: 42px;
|
|
||||||
width: 42px;
|
|
||||||
}
|
|
||||||
.timer_input{
|
.timer_input{
|
||||||
width: 30px;
|
width: 30px;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in New Issue