website/assets/css/pretendo-pnid.css
2018-11-20 16:42:37 +01:00

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;
}