diff options
-rw-r--r-- | pages/oboz/2020.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/oboz/2020.vue b/pages/oboz/2020.vue index 8915bec..b32b4d8 100644 --- a/pages/oboz/2020.vue +++ b/pages/oboz/2020.vue @@ -50,14 +50,14 @@ export default { flex-direction: column; justify-content: center; align-items: center; - margin: 15vmax 0 5vmax 0; + margin: 10vmax 0 5vmax 0; } h1 { - font-size: 2em; + font-size: 3em; background: black; color: white; - padding: 0.5em 1em; + padding: 0.25em 0.75em; width: max-content; } |