chore: combine properties

This commit is contained in:
Cory Dransfeldt 2024-01-02 10:39:48 -08:00
parent 53c2211b85
commit 750d4663a4
No known key found for this signature in database

View file

@ -199,8 +199,6 @@ hr.footnotes-sep {
/* header */ /* header */
.main__title { .main__title {
display: flex;
flex-direction: column;
width: 100%; width: 100%;
padding-top: 1.25rem; padding-top: 1.25rem;
} }
@ -298,8 +296,6 @@ nav ul li:last-child {
} }
.main__wrapper { .main__wrapper {
display: flex;
flex-direction: column;
min-height: 100vh; min-height: 100vh;
} }
@ -528,11 +524,6 @@ li {
} }
/* contact */ /* contact */
.contact__wrapper {
display: flex;
flex-direction: column;
}
.contact__wrapper textarea { .contact__wrapper textarea {
height: 10rem; height: 10rem;
resize: none; resize: none;
@ -755,9 +746,8 @@ article .now__section--header {
.author__wrapper, .author__wrapper,
.author__wrapper > .avatar__wrapper, .author__wrapper > .avatar__wrapper,
.webmentions .interaction .avatar__wrapper > picture { .webmentions .interaction .avatar__wrapper > picture,
display: flex; .author__wrapper > .avatar__wrapper > .avatar__wrapper--interior {
flex-direction: column;
align-items: center; align-items: center;
} }
@ -771,9 +761,6 @@ article .now__section--header {
margin-bottom: 1rem; margin-bottom: 1rem;
margin-right: 0; margin-right: 0;
padding: .25rem; padding: .25rem;
display: flex;
flex-direction: column;
align-items: center;
} }
.author__wrapper > .avatar__wrapper > .avatar__wrapper--interior, .author__wrapper > .avatar__wrapper > .avatar__wrapper--interior,
@ -810,8 +797,6 @@ article .now__section--header {
} }
.progress-bar { .progress-bar {
display: flex;
flex-direction: column;
white-space: nowrap; white-space: nowrap;
background-color: var(--blue-600); background-color: var(--blue-600);
} }
@ -872,8 +857,20 @@ textarea:focus {
} }
/* shared styles */ /* shared styles */
.highlight-text, .main__title,
.main__wrapper,
.contact__wrapper,
.author__wrapper,
.author__wrapper > .avatar__wrapper,
.author__wrapper > .avatar__wrapper > .avatar__wrapper--interior,
.webmentions .interaction .avatar__wrapper > picture,
.progress-bar {
display: flex;
flex-direction: column;
}
code, code,
.highlight-text,
.pill--button, .pill--button,
.pill--button:hover, .pill--button:hover,
.pill--button:active, .pill--button:active,