fix: Update style and resize image
This commit is contained in:
@ -33,6 +33,12 @@ body
|
|||||||
--tile: 1rem
|
--tile: 1rem
|
||||||
font-size: .9rem
|
font-size: .9rem
|
||||||
|
|
||||||
|
img
|
||||||
|
max-width: 100%
|
||||||
|
@media screen and (max-width: $size-small)
|
||||||
|
max-width: calc(100% + 1rem)
|
||||||
|
margin-left: -.5rem
|
||||||
|
|
||||||
hr
|
hr
|
||||||
border: 0
|
border: 0
|
||||||
border-bottom: var(--border-size) var(--border-style) var(--color-highlight)
|
border-bottom: var(--border-size) var(--border-style) var(--color-highlight)
|
||||||
|
@ -16,6 +16,7 @@ permalinks:
|
|||||||
|
|
||||||
params:
|
params:
|
||||||
FaviconFile: logo.svg
|
FaviconFile: logo.svg
|
||||||
|
ImageSize: 800x
|
||||||
|
|
||||||
minify:
|
minify:
|
||||||
tdewolff:
|
tdewolff:
|
||||||
|
Submodule themes/hugo-theme-lowtech updated: 2b026a00ab...ae3473dcea
Reference in New Issue
Block a user