1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00

fix box sizing

This commit is contained in:
Lukas Winkler 2019-07-06 22:16:49 +02:00
parent 8edbedb816
commit f78f808555
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -39,6 +39,7 @@ h1 {
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 0 3px 0 rgba(0, 0, 0, 0.12);
margin: 9px 0;
flex-grow: 1;
flex-basis: 0;
position: relative;
//&.col {