mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
🦄 Update setup instructions
This commit is contained in:
parent
a00eaab125
commit
722eafd38d
4 changed files with 92 additions and 19 deletions
|
|
@ -4,6 +4,10 @@
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
}
|
||||
|
|
@ -30,7 +34,6 @@ hr {
|
|||
|
||||
.header,
|
||||
.footer {
|
||||
background-color: #f5f5f5;
|
||||
padding: 1.5rem 0 .5rem;
|
||||
}
|
||||
|
||||
|
|
@ -59,6 +62,7 @@ hr {
|
|||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
|
|
@ -101,11 +105,6 @@ hr {
|
|||
text-decoration: underline
|
||||
}
|
||||
|
||||
/* Pad article content */
|
||||
.article .content p {
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.header .title {
|
||||
font-size: 3rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue