Adding minimal <article> images / captions style

This commit is contained in:
Lucas Cimon 2019-03-07 16:49:34 +01:00
parent 36154b2616
commit 83ab93eadc
No known key found for this signature in database
GPG Key ID: 08DA831E717571EE
4 changed files with 17 additions and 431 deletions

View File

@ -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

View File

@ -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 {

View File

@ -54,7 +54,7 @@
{% endif %}
{% endblock %}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-f551adb.css">
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-1f5d92e.css">
</head>
<body>
<!--[if lt IE 7]>