From 9010bc7cb910b05b06c0f0b2541c219f86fb5bda Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 20 Jan 2022 11:58:00 +0800 Subject: [PATCH] shop: fix link text placement --- sass/css/_shop.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index 2382629..83c8acb 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -144,7 +144,15 @@ button { } .ds { + display: flex; + font-size: .8rem; + margin: 0; + padding-left: 0px; + a { + flex: 1; + display: flex; + flex-direction: column; color: $link-primary-dark; text-decoration: underline; @@ -153,9 +161,6 @@ button { text-decoration: none; } } - font-size: .8rem; - margin: 0; - padding-left: 0px; } } }