feat: link and directory improvements
Changing pages now happens via Link, directory has gotten a layout change with app becoming a starting point and every page requireing their own .tsx and .css file. Components have also been added where reocurring componennts can be made and reapplied in the project. ref: N25B-96
This commit is contained in:
7
src/pages/Home/Home.module.css
Normal file
7
src/pages/Home/Home.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
.read_the_docs {
|
||||
color: #888;
|
||||
}
|
||||
.card {
|
||||
padding: 2em;
|
||||
}
|
||||
Reference in New Issue
Block a user