Benutzer: Jonar/common.css: Razlika med redakcijama

Iz Smart Places Network
Skoči na: navigacija, iskanje
Vrstica 9: Vrstica 9:
 
     flex-direction: row;
 
     flex-direction: row;
 
     justify-items: space-between;
 
     justify-items: space-between;
 +
    align-items: center;
 
}
 
}

Redakcija: 16:03, 12. februar 2019

.panel-heading-text {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;

    display: flex;
    flex-direction: row;
    justify-items: space-between;
    align-items: center;
}