fix: Update style and resize image
This commit is contained in:
parent
eccf3f5241
commit
42d51c3e65
|
@ -33,6 +33,12 @@ body
|
|||
--tile: 1rem
|
||||
font-size: .9rem
|
||||
|
||||
img
|
||||
max-width: 100%
|
||||
@media screen and (max-width: $size-small)
|
||||
max-width: calc(100% + 1rem)
|
||||
margin-left: -.5rem
|
||||
|
||||
hr
|
||||
border: 0
|
||||
border-bottom: var(--border-size) var(--border-style) var(--color-highlight)
|
||||
|
|
|
@ -16,6 +16,7 @@ permalinks:
|
|||
|
||||
params:
|
||||
FaviconFile: logo.svg
|
||||
ImageSize: 800x
|
||||
|
||||
minify:
|
||||
tdewolff:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b026a00ab899b33187b043a36e569973a3adb49
|
||||
Subproject commit ae3473dcea1a4bf11ccb887f1209324267f7c028
|
Loading…
Reference in New Issue