mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Editing index.html
This commit is contained in:
parent
91dbd3b159
commit
799eb47280
1 changed files with 4 additions and 4 deletions
|
@ -155,14 +155,14 @@ h1 {
|
|||
|
||||
#circle {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
font-size: 15px;
|
||||
font-size: 17px;
|
||||
color: #fff;
|
||||
background: none;
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
|
|
Loading…
Reference in a new issue