1111 line-height : 1.6 ;
1212}
1313
14- .edit-page-link {
15- white-space : nowrap;
16- display : inline-flex;
17- align-items : center;
18- gap : 0.5em ;
19- font-size : 1.2rem ;
20- font-weight : normal;
21- color : var (--md-typeset-a-color );
22- text-decoration : underline;
14+ /* Banner container */
15+ .edit-contrib-banner {
16+ display : flex;
17+ justify-content : center; /* center horizontally */
18+ padding : 0.7rem 0 ; /* top and bottom spacing of the banner */
19+ background-color : transparent;
2320}
2421
25- .edit-page-icon svg {
26- width : 1.40em ;
27- height : 1.40em ;
28- fill : currentColor;
29- vertical-align : middle;
30- }
22+ /* Inner content stacked vertically */
23+ .edit-contrib-banner .banner-content {
24+ display : flex;
25+ flex-direction : column; /* stack vertically */
26+ align-items : center; /* center horizontally */
27+ gap : 0.3rem ; /* Banner container */
28+ .edit-contrib-banner {
29+ display : flex;
30+ justify-content : center; /* center horizontally */
31+ padding : 0.7rem 0 ; /* top and bottom spacing of the banner */
32+ background-color : transparent;
33+ }
34+
35+ /* Inner content stacked vertically */
36+ .edit-contrib-banner .banner-content {
37+ display : flex;
38+ flex-direction : column; /* stack vertically */
39+ align-items : center; /* center horizontally */
40+ gap : 0.3rem ; /* small vertical gap between elements */
41+ }
42+
43+ /* Edit link styling */
44+ .edit-contrib-banner .edit-page-link {
45+ white-space : nowrap;
46+ display : inline-flex;
47+ align-items : center;
48+ gap : 0.5em ;
49+ font-size : 1.2rem ;
50+ font-weight : normal;
51+ color : var (--md-typeset-a-color );
52+ }
53+
54+ /* Icon inside edit link */
55+ .edit-contrib-banner .edit-page-icon svg {
56+ width : 1.4em ;
57+ height : 1.4em ;
58+ fill : currentColor;
59+ vertical-align : middle;
60+ }
61+
62+ /* Divider line with small spacing */
63+ .edit-contrib-banner .banner-divider {
64+ width : 40% ; /* width of the line */
65+ border-top : 1px solid var (--md-typeset-a-color );
66+ opacity : 0.3 ; /* subtle line */
67+ margin : 0.2rem 0 ; /* smaller space above and below the line */
68+ }
69+
70+ /* Contributing Guide smaller and below */
71+ .edit-contrib-banner .contrib-link {
72+ font-size : 0.6rem !important ; /* smaller font */
73+ color : var (--md-typeset-a-color );
74+ }
75+
0 commit comments