ソースを参照

Update tailwind.css

Fix spacing
Silentoplayz 1 年間 前
コミット
cc4b82a3f3
1 ファイル変更5 行追加5 行削除
  1. 5 5
      src/tailwind.css

+ 5 - 5
src/tailwind.css

@@ -3,11 +3,11 @@
 @tailwind utilities;
 
 @layer base {
-  html, pre {
-    font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
-      Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
-      'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
-  }
+	html, pre {
+		font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
+			Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
+			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
+	}
 
   pre {
     white-space: pre-wrap;