We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9a61c commit 56dda1cCopy full SHA for 56dda1c
resources/css/app.css
@@ -14,6 +14,8 @@
14
@import 'tables.css';
15
@import 'tags.css';
16
17
+@import url('https://rsms.me/inter/inter.css');
18
+
19
.number-block {
20
box-shadow: 20px 0 40px 5px #e6f6f3 inset, -20px 0 10px 5px #e6f6f3 inset;
21
}
resources/views/layouts/base.blade.php
@@ -17,9 +17,6 @@
<meta name="description" content="The Laravel portal for problem solving, knowledge sharing and community building." />
<link rel="canonical" href="{{ $canonical ?? Request::url() }}" />
- <!-- Styles -->
- <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
22
-
23
@vite(['resources/css/app.css', 'resources/js/app.js'])
24
25
@stack('meta')
0 commit comments