From d79d2b0ecef1339da6fd8404d278cc958c4012e2 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 01:38:16 +0300 Subject: [PATCH] apply button class and change some properties --- templates/custom/header.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index febbff3..a934011 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -8,7 +8,7 @@ --card-border-radius: 0; --button-border-radius: 4px; --main-font-weight: 500; - --cards-length: 600px; + --cards-length: 90%; --fonts-proportional: -apple-system,"Segoe UI",system-ui,"Roboto","Helvetica Neue","Arial"; --fonts-monospace: "SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New",monospace,var(--fonts-emoji); @@ -179,7 +179,7 @@ user-select: none; } - .button-default { + .button, .button-default { display: inline-block; text-decoration: none; font-weight: 500; @@ -216,7 +216,7 @@ } @media screen and (max-width: 768px) { - .card.layout-card { + .page-content, .card.layout-card { width: 80%; } }