Fixing structure of cards in feed

This commit is contained in:
2023-09-24 15:25:51 -07:00
parent 0cb8356b67
commit 88bf31076d
6 changed files with 18 additions and 12 deletions

View File

@@ -11,6 +11,13 @@ html {
overflow-x: hidden;
}
.feed-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.banner-container {
position: relative;
text-align: center;
@@ -148,6 +155,7 @@ html {
padding: 1em;
margin: 1em;
min-width: 250px;
width: 50%;
}
a { color:#dcdcdc; }
a:hover { color: #EAA221; }