Director message alignment

This commit is contained in:
seotts 2022-05-06 17:00:00 -04:00
parent 528b6a2405
commit 0854825136

View file

@ -197,6 +197,12 @@ a, a:link, a:visited, a:active{
max-width: 300px;
overflow-wrap: break-word;
}
p {
&:first-of-type{
margin-top: 0;
}
}
}
@media #{$intermediate-and-smaller} {