File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -463,29 +463,6 @@ If you'd like them to stack **horizontally** use a custom CSS rule like the foll
463
463
flex-direction : row ;
464
464
}
465
465
466
- Change footer display
467
- ---------------------
468
-
469
- Each footer element is wrapped in a ``<div> `` with a ``footer-item `` class, allowing you to style the structure of these items with custom CSS.
470
-
471
- For example, by default the footer items are displayed as blocks that stack vertically.
472
- To change this behavior so that they stack **horizontally **, add a rule like the following in your custom ``.css `` file.
473
-
474
- .. code-block :: css
475
-
476
- /* Make each footer item in-line so they stack horizontally instead of vertically */
477
- .footer-item {
478
- display : inline-block ;
479
- }
480
-
481
- /* Add a separating border line for all but the last item */
482
- .footer-item :not (:last-child ) {
483
- border-right : 1px solid var (--pst-color-text-base );
484
- margin-right : .5em ;
485
- padding-right : .5em ;
486
- }
487
-
488
-
489
466
Built-in components to insert into sections
490
467
===========================================
491
468
You can’t perform that action at this time.
0 commit comments