mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:04:17 +00:00
style(width): add styles for maximixing document width on mobile phones
This commit is contained in:
parent
30144190b6
commit
79ec95f455
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'yarn'
|
- package-ecosystem: 'yarn'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
|||||||
@ -134,4 +134,10 @@ img.VPImage.image-src {
|
|||||||
}
|
}
|
||||||
// team member section styles end
|
// team member section styles end
|
||||||
|
|
||||||
//
|
// set maximum document width for better mobile viewing experience instead of letting text clustered altogether at a small width
|
||||||
|
@media (min-width: 1440px) {
|
||||||
|
.VPDoc.has-aside .content-container.content-container {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// maximum document width style ends
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user