@@ -288,6 +288,10 @@ div.body p, div.body dd, div.body li, div.body blockquote {
288288
289289/* New branding changes */
290290
291+ div .body {
292+ margin : 0 auto;
293+ }
294+
291295div .body h1 , div .body h2 , div .body h3 , div .body h4 , div .body h5 , div .body h6 , div .sphinxsidebar h3 , div .sphinxsidebar h4 , div .admonition p .admonition-title {
292296 font-family : Figtree, system, -apple-system, ".SFNSText-Regular" , "San Francisco" , "Roboto" , "Segoe UI" , "Helvetica Neue" , "Lucida Grande" , sans-serif;
293297 font-weight : 600 ;
@@ -297,6 +301,51 @@ div.body h1 {
297301 font-size : 2.5rem ;
298302}
299303
304+ .custom-footer {
305+ border-top : 1px solid # 3E4349 ;
306+ display : flex;
307+ justify-content : space-between;
308+ margin : 0 auto;
309+ max-width : 800px ;
310+ padding : 1rem 0 ;
311+ }
312+
313+ .custom-footer .side {
314+ display : flex;
315+ flex-direction : column;
316+ gap : .5rem ;
317+ }
318+ .custom-footer .side : last-child {
319+ align-items : flex-end;
320+ }
321+ .custom-footer .ohf {
322+ display : flex;
323+ flex-direction : column;
324+ gap : .5rem ;
325+ }
326+
327+ .custom-footer .ohf span {
328+ font-size : 12px ;
329+ }
330+
331+ .custom-footer .ohf a {
332+ border-bottom : none;
333+ }
334+
335+ .custom-footer .links {
336+ display : flex;
337+ gap : .5rem ;
338+ align-items : center;
339+ }
340+ .custom-footer .links a {
341+ display : flex;
342+ align-items : flex-end;
343+ }
344+
345+ .custom-footer .link-netlify {
346+ font-size : 12px ;
347+ }
348+
300349body {
301350 font-family : "Instrument Sans" , system, -apple-system, ".SFNSText-Regular" , "San Francisco" , "Roboto" , "Segoe UI" , "Helvetica Neue" , "Lucida Grande" , sans-serif;
302351 line-height : 1.5 ;
@@ -347,6 +396,10 @@ img.logo {
347396/* dark theme */
348397@media (prefers-color-scheme : dark) {
349398
399+ .custom-footer {
400+ border-top : 1px solid # ececec ;
401+ }
402+
350403 @media screen and (max-width : 875px ) {
351404 div .documentwrapper {
352405 background-color : # 212121 ;
0 commit comments