1
0
Fork 0

Compare commits

..

No commits in common. "9b5599462a720c17c1d963aee363f968bc8a808a" and "719dc73389b6022051b39447420ce9f015249665" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View File

@ -21,7 +21,7 @@
</head>
<body class='page {{layout.bodyClass}}'>
<div id="wrapper" class="wrapper mb-3">
<div id="wrapper" class="wrapper">
{% include header.html headerClass='header-extra' %}
{{content}}
</div>

View File

@ -1,5 +1,7 @@
.feature {
height: 100%;
border: 1px solid $white-offset;
border-radius: 3px;
padding: 20px;
background-color: #ffffff;
display: flex;

View File

@ -3,8 +3,8 @@
// Colors
$primary: #FDB515;
$primary-dark: darken($primary, 10%);
$secondary: darken($primary, 20%);
$primary-dark: #a01b16;
$secondary: #f88379;
$black: #2f2f41;
$white: #ffffff;
$white-offset: #fff6f8;
@ -119,7 +119,3 @@ body {
code {
color: #000;
}
a {
color: #dd9902;
}