diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index b76b982..349928e 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -519,6 +519,36 @@ // @media only screen and (max-device-width: 480px) { @media only screen and (max-width: 480px) { + .proposal-header { + .title { + line-height: 1.2 !important; + padding: 15px 20px 10px !important; + position: relative !important; + width: auto !important; + bottom: inherit !important; + margin: 0 !important; + } + .abstract { + width: 100% !important; + margin: 0 !important; + p { + padding: 0 20px !important; + position: relative !important; + width: 100% !important; + bottom: inherit !important; + } + } + .show_body { + padding: 20px 0 !important; + span { + text-align: center !important; + margin: 0 10px !important; + display: block !important; + padding: 0 !important; + line-height: 1.2 !important; + } + } + } form { .actions { float: none !important; -- libgit2 0.21.2