This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/assets/styles/pages/now.css
2024-04-15 13:22:07 -07:00

31 lines
No EOL
474 B
CSS

/* now */
.now-text {
padding-left: var(--sizing-base);
& p {
margin: var(--sizing-xs) 0;
& > svg {
display: inline;
vertical-align: middle;
height: var(--sizing-base);
width: var(--sizing-base);
}
}
}
.now-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.default-wrapper > .now-header:first-of-type {
margin-top: 0 !important;
}
.link-list {
margin-top: 0;
}
.now-explainer {
padding-top: var(--sizing-lg);
}