diff options
Diffstat (limited to 'src/layouts/tool.layout.vue')
-rw-r--r-- | src/layouts/tool.layout.vue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/layouts/tool.layout.vue b/src/layouts/tool.layout.vue index 01c8cc1..2705a50 100644 --- a/src/layouts/tool.layout.vue +++ b/src/layouts/tool.layout.vue @@ -45,19 +45,23 @@ useHead(head) .tool-header { padding: 40px 0; + .n-h1 { opacity: 0.9; font-size: 40px; font-weight: 400; margin: 0; + line-height: 1; } + .separator { width: 200px; height: 2px; background: rgb(161, 161, 161); - margin-bottom: 10px; + margin: 10px 0; } + .description { margin: 0; |