Fix page layout

This commit is contained in:
Robin Townsend
2022-07-05 15:41:57 -04:00
parent b9a2473d19
commit f15ee439a9
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
.talkingInfo {
display: flex;
flex-shrink: 0;
flex-direction: column;
align-items: center;
margin-bottom: 20px;