mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add choice for progressive images
This commit is contained in:
@@ -583,9 +583,6 @@ a {
|
||||
a:hover {
|
||||
color: #2a6496;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
img.profile {
|
||||
min-width: 100%;
|
||||
}
|
||||
@@ -747,6 +744,7 @@ section.main .content .markdown figure {
|
||||
section.main .content .markdown figure img {
|
||||
height: 100%;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
position: static;
|
||||
margin: auto;
|
||||
@@ -772,6 +770,10 @@ section.main .content .markdown figure img {
|
||||
width: 110%;
|
||||
margin-left: -5%;
|
||||
}
|
||||
section.main .content .markdown img {
|
||||
width: 110%;
|
||||
margin-left: -5%;
|
||||
}
|
||||
}
|
||||
section.main .content .markdown table {
|
||||
margin-bottom: 1rem;
|
||||
|
Reference in New Issue
Block a user