crisp-theme/_includes/styles/base.css

85 lines
752 B
CSS
Raw Normal View History

2025-04-18 11:28:28 -04:00
html,
body {
padding: 0;
margin: 0 auto;
}
html {
overflow-y: scroll;
}
body {
max-width: 660px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
ol {
margin: 0;
padding-left: 20px;
}
hr {
margin: 10px 0;
2025-04-18 11:28:28 -04:00
}
2025-04-18 12:29:43 -04:00
article {
padding-bottom: 10px;
2025-04-18 12:29:43 -04:00
}
article > .post-title {
2025-04-18 11:28:28 -04:00
margin-bottom: 0;
}
nav {
padding: 10px 0;
}
2025-04-18 11:28:28 -04:00
nav > h2 {
margin: 0;
2025-04-18 11:28:28 -04:00
}
nav > ul {
margin: 10px;
}
footer {
margin: 20px 0;
}
footer img {
height: 24px;
}
.about {
font-size: 14px;
margin-left: 12px;
}
.simple-list {
list-style: none;
padding: 0;
}
.site-nav > ul {
display: flex;
justify-content: space-between;
}
.socials > ul {
display: flex;
gap: 12px;
}
.post-link {
margin-bottom: 12px;
}
2025-04-18 12:17:38 -04:00
.post-link p {
2025-04-18 11:28:28 -04:00
margin: 0;
}