mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 02:11:06 +00:00
First pass, editing template
This commit is contained in:
@ -1,15 +1,13 @@
|
||||
.post {
|
||||
background: white;
|
||||
margin: 2em auto;
|
||||
max-width: 60rem;
|
||||
padding: 2em 0;
|
||||
box-shadow: 12px 18px 24px rgba(darken($brand-color, 50%), .1);
|
||||
// padding: 2em 0;
|
||||
}
|
||||
|
||||
.post > * {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 36rem;
|
||||
//max-width: 36rem;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
@ -62,4 +60,4 @@
|
||||
padding: 1em;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$brand-color: #fede00;
|
||||
$brand-color: #f4efe6;
|
||||
$highlight: lighten($brand-color, 35%);
|
||||
$text-color: #0b0404;
|
||||
$muted-text-color: #64644B;
|
||||
@ -7,4 +7,4 @@ $font-family: "EB Garamond", Garamond, "Times New Roman", serif;
|
||||
$on-bigphone: 375px;
|
||||
$on-tablet: 768px;
|
||||
$on-laptop: 960px;
|
||||
$on-desktop: 1200px;
|
||||
$on-desktop: 1200px;
|
||||
|
Reference in New Issue
Block a user