Skip to content

Commit 0225fc2

Browse files
committedJun 11, 2024
chore: math works with math wrappers.
1 parent 17928cb commit 0225fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎assets/scss/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// $content-width: 640px;
22
$content-width: 980px;
3-
$break-mobile: $content-width / 2;
3+
$break-mobile: calc($content-width / 2);
44
// @import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i&display=swap');
55
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
66

0 commit comments

Comments
 (0)
Failed to load comments.