mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-05-03 03:47:40 -05:00
29 lines
572 B
CSS
29 lines
572 B
CSS
body .contentWrapper.userPage {
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 100%;
|
|
margin: 10rem 0 7rem 0 !important; /*im sorry, I had to*/
|
|
}
|
|
body footer {
|
|
padding: 0;
|
|
box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.07);
|
|
}
|
|
body footer .content {
|
|
border-radius: 0;
|
|
}
|
|
|
|
/* content card */
|
|
.contentCard {
|
|
background-color: white;
|
|
box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.07);
|
|
box-sizing: border-box;
|
|
color: #707070;
|
|
width: 40rem;
|
|
max-width: 100vw;
|
|
padding: 3rem 4rem;
|
|
}
|
|
|
|
/* aside navigation */
|
|
nav.userNav {
|
|
padding: 1em;
|
|
} |