tuning single column view

This commit is contained in:
rra 2018-05-06 15:05:59 +02:00
parent 2f31f42048
commit 51c987594c

View File

@ -2,7 +2,6 @@
body{
margin:0px;
font: 14px "ArimaKoshiRegular";
/*line-height: 1.5em;*/
color:midnightblue;
}
#menu select{
@ -19,12 +18,18 @@ h1{
font-weight: bold;
}
article{
article a{
font-weight:bold;
}
article {
}
blockquote{
font-weight:bold;
}
a{
color:lightseagreen;
text-decoration: none;
}
#content{
@ -50,15 +55,20 @@ a{
.entry-title{
text-align:right;
margin-right:2em;
margin-bottom:0em;
}
.entry-subtitle{
font-size: 14px;
text-align:right;
margin-bottom:1em;
margin-bottom:2em;
margin-right: 5.5em;
}
.entry-content{
padding-left:2em;
padding-right:2em;
margin-right: auto;
margin-left: auto;
max-width:75%;
line-break:strict;
}
.entry-tags{
font-weight:bold;
@ -85,16 +95,22 @@ footer{clear:both;}
@media only screen and (orientation:portrait) {
body {
background-color: blue;
}
#menu{
clear:both;
max-width: 100%;
}
.featured{
max-width: calc(100%-8em); !important
max-width: calc(100% - 8em); !important
clear:both; !important
}
.featured:nth-child(even) {
clear:both; !important
}
.entry-content{
max-width: 90%;
}
}