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

Aus Smart Places Network
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
     font-weight: bold;
 
     font-weight: bold;
 
     text-transform: uppercase;
 
     text-transform: uppercase;
 +
 +
    display: flex;
 +
    flex-direction: row;
 +
    justify-items: space-between;
 
}
 
}

Version vom 12. Februar 2019, 16:02 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;
}