rmcg.dev/projects/FrontendMentor/newbie/blog-preview-card/assets/css/layout.css

35 lines
461 B
CSS
Raw Normal View History

2024-04-07 04:34:06 +02:00
article {
padding: 1.5rem;
* + * {
margin-top: 0.75rem;
}
/* Size between: 327px → 384px */
width: var(--sizing-article-width);
.author-section {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 1.5rem;
img {
margin-top: 0;
width: 2rem;
height: 2rem;
}
p {
margin-top: 0;
margin-left: 0.75rem;
}
}
.category {
padding: 0.25rem 0.75rem;
width: -moz-fit-content;
width: fit-content;
}
}