mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
aad2c210e8
commit
d0d3c5aae9
1 changed files with 3 additions and 1 deletions
|
@ -122,6 +122,7 @@ linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
|
|||
letter-spacing: 1px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -132,6 +133,7 @@ h1 {
|
|||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
line-height: 6px;
|
||||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#circle {
|
||||
|
@ -223,7 +225,7 @@ input:focus {
|
|||
-webkit-border-radius: 3px 0px 0px 3px;
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
}
|
||||
@media(min-width:767px){
|
||||
@media (min-width:767px){
|
||||
h2{
|
||||
margin:0 0 25px;
|
||||
font-size:33px;
|
||||
|
|
Loading…
Reference in a new issue