Skip to content

Commit d7944fd

Browse files
Iankodjpepinho24
authored andcommitted
fix: announcment pos for <= 1240px
1 parent 8fcef46 commit d7944fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_assets/css/_styles.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,17 @@ nav.TK-Nav, .PRGS-PairNav {
351351
}
352352
}
353353

354+
355+
@media screen and (max-width: 1240px){
356+
#announcement-banner {
357+
top: 45px;
358+
359+
#announcement-content > * {
360+
padding-right: 40px;
361+
}
362+
}
363+
}
364+
354365
/* Main Menu */
355366

356367
$text-color: #4a4e52;

0 commit comments

Comments
 (0)