Created page with "#mw-content-text h5 { padding: .1em 1em .1em 30%; display: block; text-align: right; font-size: var(--font-size-medium); background: #eee; border-radius: .7em; font-weight: normal; }"
 
No edit summary
Line 1: Line 1:
#mw-content-text h5 {
#mw-content-text h5 {
   padding: .1em 1em .1em 30%;
   padding: .5em 1em .5em 30%;
   display: block;
   display: block;
   text-align: right;
   text-align: right;

Revision as of 13:34, 14 December 2025

#mw-content-text h5 {
   padding: .5em 1em .5em 30%;
   display: block;
   text-align: right;
   font-size: var(--font-size-medium);
   background: #eee;
   border-radius: .7em;
   font-weight: normal;
}