fixes on the css

master
Gnieark 6 years ago
parent c1b6653c01
commit cc2e9e69b7

@ -114,10 +114,10 @@ img, audio {
}
img.EntryFirstImage{
max-width: 100%;
display: inline;
display: block;
border-radius: 8px;
left: 50%;
transform: translate(50%, 0%);
margin-left: auto;
margin-right: auto;
}
section, aside {
background-color: #fff9fb;
@ -138,8 +138,8 @@ article {background-color: #fff9fb;}
background-color: #fff9fb;
border-radius: 3em;
box-shadow: -0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.3);
}
img.EntryFirstImage{
max-width: 15em;
float: right;
@ -155,7 +155,7 @@ article {background-color: #fff9fb;}
section{
float: left;
width: 40em;
margin: 0.5em 0.5em;
margin: 0.5em 0.5em 0.5em 2em;
}
aside{
float: left;
@ -212,7 +212,7 @@ h1, h2 {
font-size: 100%;
position: relative;
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" />
{{tpl:include src="user_head.html"}}

Loading…
Cancel
Save