diff options
Diffstat (limited to 'site/src/views/index/Notepad/index.vue')
| -rw-r--r-- | site/src/views/index/Notepad/index.vue | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/site/src/views/index/Notepad/index.vue b/site/src/views/index/Notepad/index.vue index c4c82aa..fde6e90 100644 --- a/site/src/views/index/Notepad/index.vue +++ b/site/src/views/index/Notepad/index.vue @@ -40,6 +40,14 @@ h3 { .details { flex: 1; - width: 30dvw; + width: 60dvw; + float: right; +} + +@media screen and (orientation:landscape) { + .details { + flex: 1; + width: 30dvw; + } } </style> |
