File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 59
59
font-weight : 500 ;
60
60
margin-bottom : var (--spacing );
61
61
}
62
+ /* Updated affiliations for responsiveness */
62
63
.affiliations {
63
64
display : flex;
65
+ flex-wrap : wrap;
64
66
justify-content : center;
65
67
align-items : center;
66
- gap : calc (var (--spacing ) * 1.5 );
68
+ gap : calc (var (--spacing ) * 1 );
67
69
margin-bottom : var (--spacing );
68
70
}
71
+ .affiliations a {
72
+ display : block;
73
+ flex : 0 1 auto;
74
+ margin : 0.5rem ;
75
+ }
69
76
.affiliations img {
70
77
height : 60px ;
78
+ max-width : 100% ;
79
+ width : auto;
71
80
transition : transform 0.3s ;
72
81
}
73
- .affiliations img : hover {
74
- transform : scale (1.1 );
75
- }
82
+ .affiliations img : hover { transform : scale (1.1 ); }
76
83
.links {
77
84
margin-bottom : calc (var (--spacing ) * 1.5 );
78
85
}
@@ -210,7 +217,7 @@ <h2 class="subtitle">A Small Open-Sourced Generalist Vision Language Action Mode
210
217
< div class ="links ">
211
218
< a href ="https://arxiv.org/abs/2504.19854 " class ="btn btn-lg " target ="_blank "> arXiv</ a >
212
219
< a href ="https://github.com/declare-lab/nora " class ="btn btn-lg " target ="_blank "> GitHub</ a >
213
- < a href ="https://huggingface.co/collections/declare-lab/nora-6811ba3e820ef362d9eca281 " class ="btn btn-lg " target ="_blank "> HuggingFace </ a >
220
+ < a href ="https://huggingface.co/collections/declare-lab/nora-6811ba3e820ef362d9eca281 " class ="btn btn-lg " target ="_blank "> Hugging Face </ a >
214
221
</ div >
215
222
</ header >
216
223
@@ -331,4 +338,4 @@ <h2>More Examples of NORA in Action</h2>
331
338
</ script >
332
339
333
340
</ body >
334
- </ html >
341
+ </ html >
You can’t perform that action at this time.
0 commit comments