pixel pushing

This commit is contained in:
John Hess 2022-10-10 15:29:13 -05:00
parent d3174bdc9a
commit 27b1240b3e
6 changed files with 23 additions and 12 deletions

View file

@ -95,14 +95,16 @@ body {
}
.btn-main.btn-slim {
padding: .5em 2.5em;
}
// Text utility classes
.content-text {
font-family: $text-font-family;
font-size: 22px;
font-size: 16px;
line-height: 1.5;
@media (max-width: 768px) {
font-size: 18px;
}
}
.caption {

View file

@ -177,15 +177,18 @@ a:active {
.toggle:checked + .lbl-toggle::after {
transform: rotate(360deg) translate(0, -2px);
}
.toggle:checked + .content-expander {
border-bottom: none;
}
.content-expanded {
max-height: 0px;
display: none;
overflow: hidden;
transition: max-height .5s ease-in-out;
width: 100%;
padding-bottom: 20px;
padding: 0 10px 20px 10px;
margin-bottom: 40px;
margin-top: 20px;
margin-top: 5px;
text-align: left;
font-size: 13px;
border-bottom-color: $lighter-gray;