fixes on the css

master
Gnieark 6 years ago
parent c1b6653c01
commit cc2e9e69b7

@ -114,10 +114,10 @@ img, audio {
} }
img.EntryFirstImage{ img.EntryFirstImage{
max-width: 100%; max-width: 100%;
display: inline; display: block;
border-radius: 8px; border-radius: 8px;
left: 50%; margin-left: auto;
transform: translate(50%, 0%); margin-right: auto;
} }
section, aside { section, aside {
background-color: #fff9fb; background-color: #fff9fb;
@ -138,8 +138,8 @@ article {background-color: #fff9fb;}
background-color: #fff9fb; background-color: #fff9fb;
border-radius: 3em; border-radius: 3em;
box-shadow: -0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.3); box-shadow: -0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.3);
} }
img.EntryFirstImage{ img.EntryFirstImage{
max-width: 15em; max-width: 15em;
float: right; float: right;
@ -155,7 +155,7 @@ article {background-color: #fff9fb;}
section{ section{
float: left; float: left;
width: 40em; width: 40em;
margin: 0.5em 0.5em; margin: 0.5em 0.5em 0.5em 2em;
} }
aside{ aside{
float: left; float: left;
@ -212,7 +212,7 @@ h1, h2 {
font-size: 100%; font-size: 100%;
position: relative; position: relative;
left: -1.5em; left: -1.5em;
width: 100%; width: calc(100% - 1.9em);
} }
} }

@ -1,4 +1,4 @@
<link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/style-2018-08-29.css" media="screen" /> <link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/style-2018-08-29b.css" media="screen" />
<link rel="stylesheet" type="text/css" href="{{tpl:BlogQmarkURL}}pf=print.css" media="print" /> <link rel="stylesheet" type="text/css" href="{{tpl:BlogQmarkURL}}pf=print.css" media="print" />
{{tpl:include src="user_head.html"}} {{tpl:include src="user_head.html"}}

Loading…
Cancel
Save