mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: increase horizontal spacing around docs content
This commit is contained in:
@ -5,6 +5,11 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.docItemContainer {
|
||||
padding: 0 3rem;
|
||||
}
|
||||
}
|
||||
.docItemContainer header + *,
|
||||
.docItemContainer article > *:first-child {
|
||||
margin-top: 0;
|
||||
|
Reference in New Issue
Block a user