diff options
Diffstat (limited to 'src/views/index/Notepad')
| -rw-r--r-- | src/views/index/Notepad/index.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/index/Notepad/index.vue b/src/views/index/Notepad/index.vue index fde6e90..33466d4 100644 --- a/src/views/index/Notepad/index.vue +++ b/src/views/index/Notepad/index.vue @@ -19,7 +19,7 @@ export default { <template> - <div class="details" style="overflow-y:scroll;overflow-x:hidden;height:100%"> + <div class="details" style="overflow-y:hidden;overflow-x:hidden;height:100%"> <h3> {{ title }} </h3> @@ -32,7 +32,7 @@ export default { h3 { - font-size: 1.2rem; + font-size: 1.8rem; font-weight: 500; margin-bottom: 0.4rem; color: var(--color-heading); @@ -47,7 +47,7 @@ h3 { @media screen and (orientation:landscape) { .details { flex: 1; - width: 30dvw; + width: 32dvw; } } </style> |
