Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0cb5017

Browse files
Announcement final fixes
1 parent 5e0b120 commit 0cb5017

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/directives/notification.directive.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,16 @@ $desktop-width: 1024px;
268268
height: 350px;
269269
}
270270
@include tablet {
271-
height: 300px;
271+
min-height: 250px;
272272
margin: 10px;
273273
margin-top: 65px;
274+
margin-bottom: 20px;
274275
}
275276
@include mobile {
276277
margin-top: 0;
277278
width: 100%;
278279
max-width: 450px;
279-
height: 250px;
280+
min-height: 250px;
280281
margin: 10px;
281282
}
282283
.btn-play{

0 commit comments

Comments
 (0)