Fixing structure of cards in feed
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user