MediaWiki:Common.css: различия между версиями

 
Нет описания правки
Строка 40: Строка 40:
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
}
.about {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 2px dashed #5FE2CA;
    padding: 20px;
    font-weight: 700;
    color: #213F55
}
}