From: Vladimír Vondruš Date: Tue, 16 Jan 2018 11:42:57 +0000 (+0100) Subject: css: At least some padding on full-width buttons. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=8942567728dd84f910dcc79dbc66b900db309b52;p=blog.git css: At least some padding on full-width buttons. When tucking the full-width buttons in a table that had many columns there was no padding at all, looking extra ugly. --- diff --git a/css/m-components.css b/css/m-components.css index 783ce046..617430b5 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -708,8 +708,8 @@ div.m-button a { } div.m-button.m-fullwidth a { display: block; - padding-left: 0; - padding-right: 0; + padding-left: 0.5rem; + padding-right: 0.5rem; } div.m-button a .m-big:first-child { font-size: 1.37rem;