mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +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
|
||||
updates:
|
||||
- package-ecosystem: 'yarn'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
- package-ecosystem: 'yarn'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
|
||||
@ -134,4 +134,10 @@ img.VPImage.image-src {
|
||||
}
|
||||
// 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