Styling for paragraphs in statuses
This commit is contained in:
@ -54,6 +54,14 @@
|
||||
word-wrap: break-word;
|
||||
font-weight: 300;
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d9e1e8;
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user