« Module:Message box/style.css » : différence entre les versions

mAucun résumé des modifications
mAucun résumé des modifications
Ligne 6 : Ligne 6 :
     flex-direction: row;
     flex-direction: row;
     justify-content: flex-start;
     justify-content: flex-start;
}
.box span
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
}


.box h4
.box h4
{
{
     margin-top: 0.25em;
     margin: 0;
    margin-bottom: 0;
}
}
.box p
.box p
{
{
    margin: 0;
     margin-left: 20px;
     margin-left: 20px;
}
}