mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Initial Commit
This commit is contained in:
parent
7049bd9005
commit
74f2d557ce
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,7 @@ a:focus {
|
|||
font-size: 18px;
|
||||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
margin-top: -35px;
|
||||
margin-top: -30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
|
@ -139,6 +139,7 @@ margin-bottom: 30px;
|
|||
-webkit-transition: background .3s ease-in-out;
|
||||
-moz-transition: background .3s ease-in-out;
|
||||
transition: background .3s ease-in-out;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn-circle:hover,
|
||||
|
|
Loading…
Reference in a new issue