Шаблон:Styles infobox.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
Строка 1: | Строка 1: | ||
.infobox { | .infobox { | ||
justify-content: center; | justify-content: center; |
Версия от 10:33, 8 марта 2023
.infobox { justify-content: center; width: 23em; float: right; margin: 0 0 1em 2em; padding: 0px; display: inline-block; border: 1px solid #a2a9b1; clear: right; background: #f8f9fa; border-spacing: 2px; } .infobox .infobox-head { vertical-align: top; color: #202122; text-align: center; font-size: 120%; font-family: sans-serif; border-spacing: 1px; padding: 0px; margin: 4px 4px 1em 4px; } .infobox .infobox-body { margin: .4em 1em .4em 1em; text-align: left; } @media (max-width: 675px) { .infobox { width: 100%; } }