1
0
Derivar 0

Update Stylesheet for Images

Limit images to 800x800 to avoid need to scroll images.
Center the images as well.
Este cometimento está contido em:
Andrew Senetar 2014-07-15 16:04:17 -04:00
ascendente 37a03414b9
cometimento 6a98a82306
1 ficheiros modificados com 8 adições e 1 eliminações

Ver ficheiro

@ -81,6 +81,13 @@ article {
}
.content {
border-bottom: 1px dashed $secondary-color;
img {
max-height: 800px;
max-width: 800px;
display: block;
margin-right: auto;
margin-left: auto;
}
}
footer {
color: darken($secondary-color, 20%);
@ -110,7 +117,7 @@ article {
}
}
@media #{$medium-up} {
@media #{$medium-up} {
.social a {
padding: 0 9px !important;
span { display: none; }