File size: 287 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.RoundButton {
    display: inline-block;
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    color: white;
    text-align: center;
    font-size: 16px;
    outline: none;
}

@media(min-width: 1650px) {
    .RoundButton {
       font-size: 32px;
    }
}