mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2025-05-09 18:19:49 +00:00
Update Stylesheet for Images
Limit images to 800x800 to avoid need to scroll images. Center the images as well.
This commit is contained in:
parent
37a03414b9
commit
6a98a82306
@ -81,6 +81,13 @@ article {
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
border-bottom: 1px dashed $secondary-color;
|
border-bottom: 1px dashed $secondary-color;
|
||||||
|
img {
|
||||||
|
max-height: 800px;
|
||||||
|
max-width: 800px;
|
||||||
|
display: block;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
color: darken($secondary-color, 20%);
|
color: darken($secondary-color, 20%);
|
||||||
@ -110,7 +117,7 @@ article {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media #{$medium-up} {
|
@media #{$medium-up} {
|
||||||
.social a {
|
.social a {
|
||||||
padding: 0 9px !important;
|
padding: 0 9px !important;
|
||||||
span { display: none; }
|
span { display: none; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user