tta-elastic/src/embedded-tweet-column/embedded-tweet-column.style...

20 lines
257 B
SCSS

.embeddedTweetColumn {
h1 {
text-align: center;
}
}
.list {
align-items: center;
display: flex;
flex-flow: column;
margin-top: 40px;
> div {
display: flex;
justify-content: center;
margin-bottom: 40px;
width: 100%;
}
}