File tree Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ html[data-theme="dark"] .support-box pre {
323323
324324.application-box {
325325 background-color : var (--pst-color-secondary-bg );
326- padding : 1.5rem ;
327- border-radius : 8 px ;
326+ padding : 1.5rem !important ;
327+ border-radius : 1 rem ;
328328 margin : 1.5rem ;
329329}
330330
@@ -333,16 +333,21 @@ html[data-theme="dark"] .application-box {
333333}
334334
335335.application-icon {
336- width : 5 rem ;
337- height : 5 rem ;
336+ height : 6 rem ;
337+ margin : 0 auto ;
338338}
339339
340340.application-title {
341- font-size : 1.1 rem ;
342- font-weight : 600 ;
341+ font-size : 1.2 rem ;
342+ color : var ( --pst-color-primary ) ;
343343 margin-bottom : 0.5rem ;
344- margin-top : 0.75rem ;
345- color : var (--pst-color-text );
344+ margin-top : 0 ;
345+ font-weight : 600 ;
346+ }
347+
348+ .application-text {
349+ text-align : left;
350+ padding-right : 1rem !important ;
346351}
347352
348353
@@ -363,7 +368,10 @@ html[data-theme="dark"] .application-box {
363368}
364369
365370.sponsor-logo {
366- height : 30px ;
371+ height : 1.5rem ;
372+ vertical-align : baseline;
373+ display : inline-block;
374+ margin-bottom : 0rem ;
367375}
368376
369377html [data-theme = "dark" ] .sponsor-banner {
@@ -372,8 +380,17 @@ html[data-theme="dark"] .sponsor-banner {
372380
373381.sponsor-inline {
374382 display : flex;
375- align-items : center ;
383+ align-items : flex-end ;
376384 justify-content : center;
377385 gap : 1rem ;
378386 flex-wrap : wrap;
387+ line-height : 1.2 ;
388+ height : 100% ;
389+ }
390+
391+
392+ .sponsor-inline > p {
393+ margin : 0 ;
394+ display : flex;
395+ align-items : flex-end;
379396}
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ skglm
202202
203203 .. container :: sponsor-inline
204204
205+
205206 This project is made possible thanks to the support of
206207
207208 .. image :: _static/images/landingpage/inrialogo.webp
You can’t perform that action at this time.
0 commit comments