forked from autonomic-cooperative/sophie-lewis-hugo
Changes Abolish the Family
This commit is contained in:
@ -33,6 +33,10 @@ $hr-color: $gray;
|
||||
hr {
|
||||
background-color: $hr-color;
|
||||
height: $hr-width;
|
||||
|
||||
.red {
|
||||
background-color: #eb2b2b;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs.tabs {
|
||||
@ -54,6 +58,7 @@ hr {
|
||||
border-bottom-color: $hr-color;
|
||||
}
|
||||
}
|
||||
|
||||
padding: 0.8rem 0;
|
||||
.is-active a {
|
||||
font-weight: bold;
|
||||
@ -97,6 +102,12 @@ hr {
|
||||
font-family: $mono_font;
|
||||
}
|
||||
|
||||
.is-outlined{
|
||||
background: rgba(0,0,0,0);
|
||||
border-color: #eb2b2b;
|
||||
color: #eb2b2b;
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.1rem;
|
||||
strong,i,b,em {
|
||||
@ -255,14 +266,15 @@ hr {
|
||||
|
||||
p {
|
||||
font-family: $serif_font;
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
b {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
@ -273,11 +285,6 @@ nav,footer {
|
||||
//font-style: italic;
|
||||
}
|
||||
|
||||
.centered{
|
||||
//margin-left: auto;
|
||||
//margin-right: auto;
|
||||
}
|
||||
|
||||
.cv-entry {
|
||||
padding: 1rem 0;
|
||||
font-family: $sans_font;
|
||||
@ -336,20 +343,27 @@ footer {
|
||||
|
||||
/* ABOLISH THE FAMILY STYLES
|
||||
============================= */
|
||||
|
||||
#abolish-the-family {
|
||||
padding-top: 1rem;
|
||||
@media (max-width: 480px) { padding-top: 2rem; }
|
||||
@media (max-width: 480px) { border-top: 1px solid; }
|
||||
background-color: #fff5f5;
|
||||
|
||||
.book-cell {
|
||||
h1{
|
||||
text-align: center;
|
||||
color: #eb2b2b;
|
||||
|
||||
}
|
||||
|
||||
.book-cover { margin-top: 2em; }
|
||||
|
||||
.order-link {
|
||||
text-decoration: underline;
|
||||
font-size: 1.2rem;
|
||||
color: #851c22;
|
||||
display: inline-block;
|
||||
color: #eb2b2b;
|
||||
text-align: center;
|
||||
//display: inline-block;
|
||||
@media (max-width: 480px) { padding-top: 1em; }
|
||||
}
|
||||
|
||||
@ -372,11 +386,18 @@ footer {
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
font-family: $mono_font;
|
||||
font-size: 16px;
|
||||
text-transform: capitalize;
|
||||
font-weight: bold;
|
||||
border: 1px solid;
|
||||
color: #eb2b2b;
|
||||
padding: 1em;
|
||||
margin-bottom: 2rem;
|
||||
.testimonial-author {
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-family: $serif_font;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -402,7 +423,10 @@ footer {
|
||||
|
||||
p {
|
||||
padding-bottom: 0;
|
||||
font-weight: bold;
|
||||
|
||||
a{
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
small { font-weight: normal;}
|
||||
|
||||
Reference in New Issue
Block a user