pedf
/
fakulta-online
Archived
1
0
Fork 0

Třída pro dvou-sloupocvý obsah

master
Emil Miler 3 years ago
parent fa323e3b68
commit ff8e13b5af

@ -71,4 +71,8 @@ body.index {
}
}
div.twocolumn {
grid-template-columns: 100%;
}
}

@ -314,4 +314,12 @@ body.index {
}
}
div.twocolumn {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2em;
img { width: 100%; }
}
@import "mobile";