Šablona:Hlavní strana/styles.css: Porovnání verzí

Skočit na navigaci Skočit na vyhledávání
Přidaný obsah Smazaný obsah
mBez shrnutí editace
Bez shrnutí editace
Řádek 29: Řádek 29:
.header-left {
.header-left {
display:flex;
display:flex;
flex:8;
flex:6;
flex-direction:column;
flex-direction:column;
justify-content:flex-start;
justify-content:flex-start;
Řádek 43: Řádek 43:
.header-right {
.header-right {
display:flex;
display:flex;
flex:2;
flex:4;
flex-direction:row;
flex-direction:row;
justify-content:flex-end;
justify-content:flex-end;
align-content:center;
align-content:center;
font-size:.95em;
font-size:.95em;
}
.header-quicklinks-main {
display:flex;
flex-direction:column;
font-size:.95em;
}
.header-quicklinks-column {
display:flex;
flex-direction:row;
flex:1;
}
.header-quicklinks-item {
display:flex;
}
}
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {