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.

18 lines
230 B

6 years ago
@import 'modern-normalize';
.wrapper {
max-width: 1024px;
margin: 0 auto;
padding: 0 2em;
box-sizing: content-box;
}
.footer {
padding: 1em 0;
background: rgba(255, 255, 255, 0.5);
}
.footer .me {
float: right;
}