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 5959 font-weight : 500 ;
6060 margin-bottom : var (--spacing );
6161 }
62+ /* Updated affiliations for responsiveness */
6263 .affiliations {
6364 display : flex;
65+ flex-wrap : wrap;
6466 justify-content : center;
6567 align-items : center;
66- gap : calc (var (--spacing ) * 1.5 );
68+ gap : calc (var (--spacing ) * 1 );
6769 margin-bottom : var (--spacing );
6870 }
71+ .affiliations a {
72+ display : block;
73+ flex : 0 1 auto;
74+ margin : 0.5rem ;
75+ }
6976 .affiliations img {
7077 height : 60px ;
78+ max-width : 100% ;
79+ width : auto;
7180 transition : transform 0.3s ;
7281 }
73- .affiliations img : hover {
74- transform : scale (1.1 );
75- }
82+ .affiliations img : hover { transform : scale (1.1 ); }
7683 .links {
7784 margin-bottom : calc (var (--spacing ) * 1.5 );
7885 }
@@ -210,7 +217,7 @@ <h2 class="subtitle">A Small Open-Sourced Generalist Vision Language Action Mode
210217 < div class ="links ">
211218 < a href ="https://arxiv.org/abs/2504.19854 " class ="btn btn-lg " target ="_blank "> arXiv</ a >
212219 < 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 >
214221 </ div >
215222 </ header >
216223
@@ -331,4 +338,4 @@ <h2>More Examples of NORA in Action</h2>
331338</ script >
332339
333340</ body >
334- </ html >
341+ </ html >
You can’t perform that action at this time.
0 commit comments