Skip to content

Commit 3d10e1b

Browse files
committed
Revise header CSS
1 parent 0dd8612 commit 3d10e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

radar-header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
.radar-header {
33
padding-bottom: 1rem;
44
overflow: hidden;
5-
max-width: 800px;
5+
max-width: 799px;
66
margin: 0 auto;
7+
width: 100%;
78
}
89

9-
.radar-header picture img {
10+
.radar-header img {
1011
width: 100%;
1112
height: auto;
1213
display: block;
13-
object-fit: contain;
1414
}
1515
</style>
1616

0 commit comments

Comments
 (0)