mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-26 00:01:34 +00:00
new style for featured
This commit is contained in:
@@ -1,6 +1,27 @@
|
||||
.featured-title {
|
||||
.featured main {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.featured hgroup {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.featured header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.featured img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 30vh;
|
||||
}
|
||||
|
||||
.featured hgroup {
|
||||
flex-grow: 1;
|
||||
padding-left: 20px;
|
||||
}
|
Reference in New Issue
Block a user