Skip to content

Commit b38184c

Browse files
fix formatting, e.g. Inrialogo
1 parent 378c955 commit b38184c

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

doc/_static/style.css

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff 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: 8px;
326+
padding: 1.5rem !important;
327+
border-radius: 1rem;
328328
margin: 1.5rem;
329329
}
330330

@@ -333,16 +333,21 @@ html[data-theme="dark"] .application-box {
333333
}
334334

335335
.application-icon {
336-
width: 5rem;
337-
height: 5rem;
336+
height: 6rem;
337+
margin: 0 auto;
338338
}
339339

340340
.application-title {
341-
font-size: 1.1rem;
342-
font-weight: 600;
341+
font-size: 1.2rem;
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

369377
html[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
}

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)