From 5f747e57b4740fc111636c85e28db1063813028d Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 24 Oct 2024 15:17:16 +0200 Subject: [PATCH] FIX styleon player --- assets/css/main.css | 9 +++++++-- components/compilationObject.vue | 3 +-- pages/compilations/[id].vue | 17 ++++------------- tailwind.config.js | 3 +++ 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 801ad63..0326246 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -12,14 +12,19 @@ body { transition: all .3s; border: 8px black solid; line-height: 100%; - height: 70px; - width: 70px; border-width: 2px; border-radius: 100px; cursor: pointer; color: black; font-size: 26px; background-color: #ffffff59; + height: 40px; + width: 40px; + + @media (min-width: 780px) { + height: 70px; + width: 70px; + } } .button:hover { diff --git a/components/compilationObject.vue b/components/compilationObject.vue index bb00189..92d4bb1 100644 --- a/components/compilationObject.vue +++ b/components/compilationObject.vue @@ -1,6 +1,6 @@