2nzi's picture
first commit
2964111 verified
raw
history blame contribute delete
332 Bytes
@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
font-weight: normal;
background: var(--color-secondary);
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
padding: 3px;
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
}