Finally I fixed the god damn navbar, tailwind to the rescue
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
/* color palette from <https://github.com/vuejs/theme> */
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
--background-primary: #272731;
|
||||
--background-secondary: #1C1C21;
|
||||
--accent-primary: #01bde7;
|
||||
--white: #EDF2F4;
|
||||
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: var(--white);
|
||||
font-weight: 400;
|
||||
font-size: 60px;
|
||||
margin: 20px 0 20px 0px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: var(--white);
|
||||
font-weight: 300;
|
||||
font-size: 40px;
|
||||
margin: 0px 0 0px 0px;
|
||||
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
@import './base.css';
|
||||
|
||||
#app {
|
||||
/* max-width: 1280px; */
|
||||
/* margin: 0 auto;
|
||||
padding: 2rem; */
|
||||
|
||||
/* font-weight: normal; */
|
||||
}
|
||||
|
||||
|
||||
/* @media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user