You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
464 B

html, body {
font-size: 16px;
}
body {
overflow-y: scroll;
}
.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;
}
.topPadding {
padding-top: 1rem;
}
.photo-small {
max-width: 80px;
max-height: 80px;
}
.photo-medium {
max-width: 150px;
max-height: 1500px;
}