Skip to content

Commit 50409bd

Browse files
committed
Change min-width of the news bar from 100px to 45px
1 parent 34610e6 commit 50409bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/news.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
justify-content: center;
44
align-items: center;
55
width: 100vw;
6-
min-height: 100px;
6+
min-height: 45px;
77
background-color: #013243;
88
color: white;
99
white-space: nowrap;
@@ -36,4 +36,4 @@
3636
.news-content {
3737
text-align: center;
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)