1
0
Fork 0
blog/src/components/templates/Post/index.module.css

18 lines
271 B
CSS
Raw Normal View History

2021-03-04 01:20:39 +01:00
.hentry {
2021-03-21 22:49:39 +01:00
composes: container from '../../Layout.module.css';
2021-03-04 01:20:39 +01:00
width: 100%;
2021-03-07 02:48:05 +01:00
padding-bottom: var(--spacer);
2021-03-04 01:20:39 +01:00
}
.hentry > a {
display: block;
}
.hentry:only-child {
padding-bottom: var(--spacer);
}
.image {
2021-03-21 22:49:39 +01:00
composes: breakout from '../../Layout.module.css';
2021-03-04 01:20:39 +01:00
}