mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Increase the width of header on author and tag page
The width used to be equal to one post card width and it wasn't enough for longer author name and description.
This commit is contained in:
parent
129a578751
commit
f3c0526ea5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1636,6 +1636,13 @@ iframe.instagram-media + script + :not([id]) {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
@media (min-width: 1001px) {
|
||||
.author-template .post-card-large .post-card-content {
|
||||
grid-column: span 2;
|
||||
max-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 8. Tag Template
|
||||
/* ---------------------------------------------------------- */
|
||||
@ -1649,6 +1656,12 @@ iframe.instagram-media + script + :not([id]) {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 1001px) {
|
||||
.tag-template .post-card-large .post-card-content {
|
||||
grid-column: span 2;
|
||||
max-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
/* 9. Error Template
|
||||
/* ---------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user