mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
layout
This commit is contained in:
parent
f2c62fcbc4
commit
fd2a545803
1 changed files with 2 additions and 2 deletions
|
@ -26,13 +26,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-highlight {
|
.post-highlight {
|
||||||
max-width: 12.5em; /* Assuming the base font-size is 16px, 12.5em is equivalent to 200px */
|
max-width: 20em; /* Assuming the base font-size is 16px, 12.5em is equivalent to 200px */
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.post-highlight {
|
.post-highlight {
|
||||||
max-width: 18em; /* Larger size on mobile */
|
max-width: 30em; /* Larger size on mobile */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue