mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 19:46:56 -05:00
Cleaning up CSS
This commit is contained in:
parent
950996dc05
commit
269846491b
1 changed files with 3 additions and 3 deletions
|
@ -107,9 +107,9 @@ a:focus {
|
||||||
|
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 30px;
|
width: 35px;
|
||||||
height: 30px;
|
height: 35px;
|
||||||
line-height: 30px;
|
line-height: 35px;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
|
|
Loading…
Reference in a new issue