Skip to content

Commit 297ace2

Browse files
committed
Fine-tune top banner button and icon responsive styles
1 parent 4be2daf commit 297ace2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_top-banner.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
.banner-button{
8080
align-self: baseline;
8181
gap: 8px !important;
82+
margin-top: -2px !important;
83+
padding-top: 0px !important;
8284
}
8385
}
8486
.banner-button{
@@ -90,14 +92,13 @@
9092
width: 24.5px;
9193
height: 33.7px;
9294
@media (max-width: 768px) {
93-
width: 14.5px;
94-
height: 14px;
95+
width: 15.5px;
96+
height: 17px;
9597
margin-top: 4px;
9698
}
9799
@media (max-width: 564px) {
98-
width: 15.5px;
99-
height: 20.85px;
100-
padding-top: 0px;
100+
width: 14.5px;
101+
height: 13.85px;
101102
}
102103
}
103104
}

0 commit comments

Comments
 (0)