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
39ec1a6565
commit
8dd34f81ad
1 changed files with 8 additions and 1 deletions
|
@ -85,6 +85,10 @@ a:focus {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
background-color:#488c1d;
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.1) 50%, transparent 50%),
|
||||
linear-gradient(rgba(255,255,255,.1) 50%, transparent 50%);
|
||||
background-size:20px 20px;
|
||||
}
|
||||
|
||||
#intro-body {
|
||||
|
@ -140,7 +144,7 @@ h1 {
|
|||
|
||||
#about {
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
display: table;
|
||||
background: #000;
|
||||
|
@ -210,6 +214,9 @@ p {
|
|||
margin: 0 0 20px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
#intro {
|
||||
background-size:30px 30px;
|
||||
}
|
||||
#about-body {
|
||||
padding-left: 90px;
|
||||
padding-right: 90px;
|
||||
|
|
Loading…
Reference in a new issue