Update src/styles/post.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 54s
All checks were successful
Release to Staging / build_and_release (push) Successful in 54s
This commit is contained in:
parent
33635194fc
commit
2de5cd52b6
@ -19,6 +19,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-top: 56.25%;
|
||||
border-bottom: solid 1px rgb(255 255 255 / 5%);
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostTitle {
|
||||
@ -28,6 +29,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: rgb(255 255 255 / 85%);
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostBody {
|
||||
@ -38,6 +40,7 @@
|
||||
align-items: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
color: rgb(255 255 255 / 85%);
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostBody > div {
|
||||
@ -238,3 +241,14 @@
|
||||
border-radius: 6px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostBody > div > div > p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostBody > * > h1, h2, h3, h4, h5, h6 {
|
||||
margin: 15px 0 15px 0 !important;
|
||||
border-bottom: solid 1px rgb(255 255 255 / 10%);
|
||||
padding: 0px 0 10px 0;
|
||||
line-height: 1.5 !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user