In dont understand i used media querys to modify the size of my bouton but that doesn t work =/.
( i modify the bootstrap css off btn-default so, that why i wait to change some values)
My html
```#btn_1{
width:85px;
height:85px;
background:#cc0000;
font:bold 13px Arial;
border-radius:50%;
border:none;
color:#fff;
}
@media screen and (max-width: 620px){
#btn_1{
height: 50px;
width: 50px;
}
}
<do not remove the three backticks above>