mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-06-20 05:45:49 +00:00
19 lines
301 B
SCSS
19 lines
301 B
SCSS
article {
|
|
.news-date {
|
|
font-weight: normal;
|
|
}
|
|
.news-author {
|
|
color: $gray;
|
|
font-style: italic;
|
|
margin: 0px 0px -8px 0px;
|
|
position: relative;
|
|
text-align: $end-direction;
|
|
top: -8px;
|
|
}
|
|
img {
|
|
float: right;
|
|
margin: 0 10px 10px 10px;
|
|
max-width: 100%;
|
|
}
|
|
}
|