feat: layout
This commit is contained in:
@@ -1 +1,7 @@
|
||||
@import 'node_modules/modern-normalize/modern-normalize.css';
|
||||
@import "modern-normalize";
|
||||
@import "./reset.css";
|
||||
|
||||
:root {
|
||||
--layout-width: 1200px;
|
||||
}
|
||||
|
||||
|
||||
11
src/styles/reset.css
Normal file
11
src/styles/reset.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/* css reset */
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user