add chat copy, button in EN

This commit is contained in:
John Hess 2022-03-14 14:26:03 -05:00
parent 8348348300
commit b6c4b3d2b1
5 changed files with 27 additions and 11 deletions

View file

@ -3,6 +3,7 @@
// -------------------------
.main-area {
background-color: $gold;
min-height: 100vh;
}
// -------------------------
@ -92,6 +93,7 @@ a:active {
.content-area {
&-wrapper {
margin-top: 30px;
min-height: calc(100vh - 202px); // take up space above the footer
.content-title {
font-size: 42px;
font-weight: 800;
@ -114,7 +116,7 @@ a:active {
img {
display: block;
margin: 0 auto;
max-width: 100%;
max-width: 70%;
}
}
}