File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
: root {
2
2
--md-primary-fg-color : rgb (13 , 118 , 160 );
3
- }
3
+ }
4
+
5
+ /* Control the size of the main logo */
6
+ img [src *= "sfeos.png" ] {
7
+ max-width : 100% ;
8
+ height : auto;
9
+ width : auto !important ;
10
+ max-height : 200px ;
11
+ }
12
+
13
+ /* Control the size of sponsor logos */
14
+ img [src *= "logo" ], img [src *= "VITO.png" ] {
15
+ max-height : 60px !important ;
16
+ width : auto !important ;
17
+ height : auto !important ;
18
+ }
19
+
20
+ /* Control the size of technology logos */
21
+ img [src *= "STAC-01.png" ],
22
+ img [src *= "python.png" ],
23
+ img [src *= "fastapi.svg" ],
24
+ img [src *= "elasticsearch.png" ],
25
+ img [src *= "opensearch.svg" ] {
26
+ max-height : 50px !important ;
27
+ width : auto !important ;
28
+ height : auto !important ;
29
+ }
30
+
31
+ /* Make sure all images are responsive and don't overflow */
32
+ img {
33
+ max-width : 100% ;
34
+ height : auto;
35
+ }
You can’t perform that action at this time.
0 commit comments