diff --git a/css/custom.css b/css/custom.css index 3e233b46..7241c36d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -216,4 +216,19 @@ padding: 10px 0; } -} \ No newline at end of file +} + +@media (max-width: 767px) { + #slider p { + line-height: 1.4rem !important; + font-weight:800; + + } + .donate-button{ + height:40px; + margin:5px; + font-size: 0.7rem; + padding-top:5px; + padding-bottom:3px; + } +}