chore: add ssr screen size
This commit is contained in:
12
app/app.vue
12
app/app.vue
@@ -1,3 +1,9 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { provideSSRWidth } from '@vueuse/core'
|
||||||
|
|
||||||
|
provideSSRWidth(500)
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
<NuxtLayout>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
@@ -8,12 +14,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--primary-color: #fff;
|
--primary-color: #fff;
|
||||||
--secondary-color: #000;
|
--secondary-color: #000;
|
||||||
|
|
||||||
--breakpoint-sm: 576px;
|
|
||||||
--breakpoint-md: 768px;
|
|
||||||
--breakpoint-lg: 992px;
|
|
||||||
--breakpoint-xl: 1200px;
|
|
||||||
--breakpoint-2xl: 1400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, p, a, address {
|
html, body, p, a, address {
|
||||||
|
|||||||
Reference in New Issue
Block a user