From a640f565db380d7fdca46578013a9d49a96ecb86 Mon Sep 17 00:00:00 2001 From: Marjolaine Le Bon Date: Mon, 14 Sep 2020 09:54:46 +0200 Subject: [PATCH] bugfix: css since modifications --- src/styles/layout/polls/_polls.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss index c794ef2..3b9385d 100644 --- a/src/styles/layout/polls/_polls.scss +++ b/src/styles/layout/polls/_polls.scss @@ -71,14 +71,18 @@ solid-poll > div { margin: auto; solid-display { width: 320px; - height: 550px; + height: 520px; margin: 0 0 20px 40px; + [name="topline"] { + padding: 10px; + } >div:first-of-type { background-color: #fff; height: 100%; -webkit-box-shadow: 0px 0px 4px 1px #CACACA; box-shadow: 0px 0px 4px 1px #CACACA; *[name="body"] { + padding: 10px; /*size of tags of poll card*/ etuc-display-votetags { >div { @@ -104,6 +108,7 @@ solid-poll > div { height: 30px; width: 100%; display: inline-block; + text-align: center; } [name="hostingOrganisation"], [name="endDate"] {