This commit is contained in:
Pau
2023-01-06 11:58:28 +00:00
parent 7cec329315
commit 21801b963e
31 changed files with 21 additions and 44 deletions

View File

@ -23,6 +23,14 @@ body {
color: #eb2b2b;
}
}
.order-link {
font-family: $mono_font !important;
font-size: 1.1rem;
text-align: center;
//display: inline-block;
@media (max-width: 480px) { padding-top: 1em; }
}
}
.red-text{
@ -344,6 +352,7 @@ footer {
&.past-event { opacity: 0.5; }
.event-title {
font-family: $sans_font;
padding-bottom: 0;
font-weight: bold;
}
@ -365,20 +374,10 @@ footer {
h1{
text-align: center;
color: #eb2b2b;
}
.book-cover { margin-top: 2em; }
.order-link {
text-decoration: underline;
font-size: 1.2rem;
color: #eb2b2b;
text-align: center;
//display: inline-block;
@media (max-width: 480px) { padding-top: 1em; }
}
margin-bottom: 1.5em;
}
@ -399,19 +398,12 @@ 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-weight: normal;
font-family: $serif_font;
font-size: 16px;
}
}
}