style: center align figcaption text in mods.css
Kieran Klukas 1 year ago 741a325e e6e3410e
··· 93 margin: 1rem auto; 94 } 95 0 0 0 0 96 .float-right { 97 float: right; 98 }
··· 93 margin: 1rem auto; 94 } 95 96 + .center figcaption { 97 + text-align: center; 98 + } 99 + 100 .float-right { 101 float: right; 102 }