added style sheet

This commit is contained in:
2026-03-19 17:55:48 +00:00
parent fd5121be80
commit e5a5911f86
4 changed files with 31 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { createApp } from 'vue';
// import './style.css'
import './style.css';
import App from './App.vue';
import VueCookies from 'vue-cookies';

View File

@@ -1,4 +1,18 @@
:root {
@import "../node_modules/picnic/picnic.min.css";
body {
@media (min-width: 800px) {
margin: 0% 25%;
}
@media (max-width: 800px) {
margin: 0 5%;
}
}
/* :root {
--text: #6b6375;
--text-h: #08060d;
--bg: #fff;
@@ -293,4 +307,4 @@ code {
right: 0;
border-right-color: var(--border);
}
}
} */