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

Skočit na navigaci Skočit na vyhledávání
Přidaný obsah Smazaný obsah
Bez shrnutí editace
mBez shrnutí editace
Řádek 29: Řádek 29:
.header-left {
.header-left {
display:flex;
display:flex;
flex:8;
flex:7;
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:3;
flex-direction:column;
flex-direction:column;
justify-content:flex-start;
justify-content:flex-start;
Řádek 51: Řádek 51:
.header-links {
.header-links {
display:flex;
display:flex;
flex-direction:column;
flex-direction:row;
font-size:.95em;
font-size:.95em;
}
}
.header-links-column {
.header-links-column {
display:flex;
display:flex;
flex-direction:row;
flex-direction:column;
flex:1;
flex:1;
}
}