Benutzer: Jonar/common.css: Unterschied zwischen den Versionen

Aus Smart Places Network
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
     flex-direction: row;
 
     flex-direction: row;
 
     justify-items: space-between;
 
     justify-items: space-between;
 +
    align-items: center;
 
}
 
}

Version vom 12. Februar 2019, 16:03 Uhr

.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;
}