|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
|
|
|
2 |
// Style for template 3 columns auto.
|
|
|
3 |
.columns-autoflow-1to1to1 {
|
|
|
4 |
column-count: 3;
|
|
|
5 |
}
|
|
|
6 |
|
|
|
7 |
@media (max-width: 767px) {
|
|
|
8 |
// Change to a single column for smaller screens.
|
|
|
9 |
.columns-autoflow-1to1to1 {
|
|
|
10 |
column-count: 1;
|
|
|
11 |
}
|
|
|
12 |
}
|