diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 7ae56f6..2d74beb 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -253,7 +253,7 @@ a.w-annc__more.btn.btn-primary.pull-right{ .widget-announcement-2 { .widget-title-a-inner{ display: block; - padding: 0.2em; + padding-top: 0.2em; } // @media(min-width: 768px){ // .col-sm-4{ @@ -267,9 +267,8 @@ a.w-annc__more.btn.btn-primary.pull-right{ // } .w-annc__item{ margin-bottom: 1em; - padding: 0; + padding: 0.2em; overflow: hidden; - padding-bottom: 0; &:hover{ transition: all .3s; transform: translate(-5px, -10px);