flexbox error

This commit is contained in:
Set Sakrecoer 2019-07-09 19:19:00 +02:00
parent 4f4e2e00f2
commit eead44436e

View file

@ -54,6 +54,7 @@ a {
#controls {
display: flex;
flex: 0 0 200px;
flex-wrap: wrap;
border: #000 solid 1px;
box-shadow: 5px 10px rgba(255, 0, 0, 0.493);
border-radius: 3px;
@ -93,8 +94,7 @@ min-height: 50vh;
}
#timer {
flex: 1 1 200px;
max-height: 50vh;
overflow-y: scroll;
padding: 15px;
background-size: cover;
background-position: center;