mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-02 20:16:54 -05:00
Cleaning up CSS
This commit is contained in:
parent
39d3a919f6
commit
c1dbe29fb2
1 changed files with 1 additions and 3 deletions
|
@ -108,7 +108,7 @@ a:focus {
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height:40px;
|
line-height: 40px;
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
|
@ -225,8 +225,6 @@ font-size: 21px;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
width: 30px;
|
|
||||||
height: 30px;
|
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
|
|
Loading…
Reference in a new issue