24 lines
282 B
CSS
24 lines
282 B
CSS
html, body {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.header {
|
|
padding-top: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.header .logo {
|
|
max-width: 100%;
|
|
height: 2rem;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
#ps-menu .menu .item {
|
|
padding: 1.25rem 1rem !important;
|
|
}
|
|
|
|
#ps-menu .dropdown.icon {
|
|
display: none;
|
|
}
|