mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 13:17:30 +00:00
Remove incorrect semicolon?
Hi Cadence, I'm not sure if this semicolon is supposed to be at the end of line 3. I think it might be incorrect so I propose removing it.
This commit is contained in:
parent
3adb0d0ac6
commit
20fc79bc4a
@ -1,6 +1,6 @@
|
|||||||
$layout-a-max: 820px
|
$layout-a-max: 820px
|
||||||
$layout-b-min: 821px
|
$layout-b-min: 821px
|
||||||
$layout-c-max: 680px;
|
$layout-c-max: 680px
|
||||||
$layout-home-a-max: 520px
|
$layout-home-a-max: 520px
|
||||||
$layout-home-b-min: 521px
|
$layout-home-b-min: 521px
|
||||||
$main-theme-link-color: #085cae
|
$main-theme-link-color: #085cae
|
||||||
|
Loading…
Reference in New Issue
Block a user