diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 12f4d23..2b26f87 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -399,7 +399,16 @@ box-shadow: none; } + .notifies, .goalitems { + padding: 5px 0px; + text-align: right; + margin-bottom: 10px; + } + .card .card-body { + height: 30%; + padding: 10px; + } } @media(min-width: 769px) { diff --git a/bulletin/templates/bulletin/_form.html b/bulletin/templates/bulletin/_form.html index a2aa4cb..deecc2d 100644 --- a/bulletin/templates/bulletin/_form.html +++ b/bulletin/templates/bulletin/_form.html @@ -249,12 +249,12 @@