mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix img styles
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
// Slap-on utils
|
||||
|
||||
@import 'util'
|
||||
@import 'util';
|
||||
|
||||
// General styles
|
||||
|
||||
@@ -494,7 +494,7 @@ a {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@import 'markdown';
|
||||
|
@@ -154,7 +154,6 @@ blockquote p:last-child {
|
||||
// Images and tables
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 0 1rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@@ -476,7 +476,7 @@ a {
|
||||
color: #2eaf5e;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.section.main .content .markdown h1,
|
||||
.section.main .content .markdown h2,
|
||||
@@ -601,7 +601,6 @@ img {
|
||||
}
|
||||
}
|
||||
.section.main .content .markdown img {
|
||||
display: block;
|
||||
margin: 0 0 1rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user