mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Fix quotes
This commit is contained in:
parent
890b2919ce
commit
eb7d5dc383
@ -47,8 +47,8 @@ body.dark-theme {
|
||||
}
|
||||
|
||||
/* MEDIA QUERIES */
|
||||
$phone: 'max-width: 684px';
|
||||
$tablet: 'max-width: 900px';
|
||||
$phone: "max-width: 684px";
|
||||
$tablet: "max-width: 900px";
|
||||
|
||||
@mixin greater-icon($stroke-width: 3px, $width: .95rem, $height: 100%) {
|
||||
.greater-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user