mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
Adding minimal <article> images / captions style
This commit is contained in:
@@ -264,6 +264,14 @@ a, a > code, a > em, a > strong {
|
||||
.mg-article-content {
|
||||
flex: 3 1 35rem; }
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 30rem; }
|
||||
article figcaption {
|
||||
text-align:center;
|
||||
font-style: italic; }
|
||||
|
||||
.mg-feed {
|
||||
color: #bf4d00; }
|
||||
.mg-feed:hover {
|
File diff suppressed because one or more lines are too long
@@ -179,6 +179,14 @@ a, a > code, a > em, a > strong {
|
||||
.mg-article-content {
|
||||
flex: 3 1 35rem; }
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 30rem; }
|
||||
article figcaption {
|
||||
text-align:center;
|
||||
font-style: italic; }
|
||||
|
||||
.mg-feed {
|
||||
color: #bf4d00; }
|
||||
.mg-feed:hover {
|
||||
|
Reference in New Issue
Block a user