Set up react-router, bring out Home

This commit is contained in:
2020-01-09 07:38:49 +00:00
parent 1bf5dd182c
commit 381a5c99f3
4 changed files with 208 additions and 72 deletions
+12
View File
@@ -1,3 +1,7 @@
html, body {
font-size: 16px;
}
.header {
padding-top: 1.5rem;
margin-bottom: 1.5rem;
@@ -9,3 +13,11 @@
display: block;
margin: auto;
}
#ps-menu .menu .item {
padding: 1.25rem 1rem !important;
}
#ps-menu .dropdown.icon {
display: none;
}