crisp-theme/_includes/styles/base.css

86 lines
774 B
CSS
Raw Normal View History

2025-04-18 11:28:28 -04:00
html,
body {
2025-05-01 12:20:48 -04:00
padding: 0;
margin: 0 auto;
2025-04-18 11:28:28 -04:00
}
html {
2025-05-01 12:20:48 -04:00
overflow-y: scroll;
2025-04-18 11:28:28 -04:00
}
body {
2025-05-01 12:20:48 -04:00
max-width: 660px;
padding: 0 7px;
2025-04-18 11:28:28 -04:00
}
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;
}