mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Add doc styles
This commit is contained in:
parent
cf6cb874ea
commit
1c1268fe66
@ -1,3 +1,7 @@
|
|||||||
|
body>.container {
|
||||||
|
max-width: 720px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -14,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo h3 {
|
.logo h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@ -23,15 +27,42 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
max-width: 700px;
|
|
||||||
margin: 5rem auto;
|
margin: 5rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#features ul {
|
#features ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure.highlight {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 3rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#grid .card {
|
||||||
|
padding: 1rem 0rem;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: rgba(26, 159, 96, 0.2);
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons > * {
|
||||||
|
margin: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight, code { background-color: #f1f5f5; }
|
.highlight, code { background-color: #f1f5f5; }
|
||||||
|
Loading…
Reference in New Issue
Block a user