Set up react-router, bring out Home
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user