We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a38987 commit 0dd8612Copy full SHA for 0dd8612
.gitignore
@@ -2,4 +2,4 @@
2
/data
3
.DS_Store
4
*/.DS_Store
5
-.Rproj.user
+.Rproj.user/
radar-header.html
@@ -7,9 +7,10 @@
7
}
8
9
.radar-header picture img {
10
- width: 100%; /* Scale image to container width */
11
- height: auto; /* Maintain aspect ratio */
12
- display: block; /* Removes bottom whitespace */
+ width: 100%;
+ height: auto;
+ display: block;
13
+ object-fit: contain;
14
15
</style>
16
0 commit comments