:Better fit headline images at lower resolutions

* style.css: Float headline images to right on lower resolution, reduce size
  of index headline.
master
Mike Gerwitz 2016-08-27 00:29:51 -04:00
parent 81b2824128
commit ce61b5c057
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 8 additions and 3 deletions

View File

@ -301,11 +301,13 @@ dl > dd > p:last-child {
}
#index-headline {
margin-bottom: 2em;
display: block;
margin: 0em auto 2em auto;
}
#index-headline img {
border-radius: 0.25em;
max-width: 90%;
}
@ -377,6 +379,7 @@ body.article h3 {
#headline {
position: initial;
float: right;
}
#headline a {
@ -384,10 +387,12 @@ body.article h3 {
margin: 0.5em;
}
#headline img {
max-width: 100px;
max-height: 100px;
max-height: 75px;
margin-left: 0;
}
#index-headline img {
max-height: 5em;
}
#selflinks {
position: absolute;