export scss
This commit is contained in:
parent
9ed5db9133
commit
d07343e0ab
1 changed files with 4 additions and 0 deletions
|
@ -319,6 +319,9 @@ ol {
|
|||
font-weight: 300; }
|
||||
.article-content p, .article-content em, .article-content p em {
|
||||
font-weight: 300; }
|
||||
.article-content img {
|
||||
max-width: 100%;
|
||||
height: auto; }
|
||||
.article-content .article-thumbnail {
|
||||
padding-bottom: 1em;
|
||||
text-align: center; }
|
||||
|
@ -1441,6 +1444,7 @@ a.list-group-item:hover {
|
|||
max-width: 100%;
|
||||
height: auto; }
|
||||
.list-article-main {
|
||||
width: 100%;
|
||||
padding-left: 1em; }
|
||||
.list-article-title {
|
||||
font-family: Teko;
|
||||
|
|
Reference in a new issue