7 lines
202 B
SCSS
7 lines
202 B
SCSS
// This File is imported last, and will override other styles in the cascade
|
|
// Add styles here to make changes without digging in too much
|
|
.post .meta {
|
|
position: relative;
|
|
float: right;
|
|
top: 0px;
|
|
} |