add padding when viewing on smaller screen

This commit is contained in:
ellaestigoy 2022-04-05 15:35:44 -06:00
parent 0792e6644d
commit 15e298d4e8
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
.custom-gated-topic-content {
text-align: center;
padding: 0 1rem;
&--header {
font-size: var(--font-up-5);
@ -43,7 +44,7 @@
.topic-navigation {
visibility: hidden;
}
.post-stream {
max-height: 150vh;
overflow: hidden;