Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4273 | Rev 4275 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4273 Rev 4274
Línea 94... Línea 94...
94
    line-height: 1.5;
94
    line-height: 1.5;
95
}
95
}
Línea 96... Línea 96...
96
 
96
 
97
.feed__body {
97
.feed__body {
-
 
98
    overflow-wrap: anywhere;
-
 
99
    display: flex;
-
 
100
    flex-direction: column;
98
    overflow-wrap: anywhere;
101
    gap: 0.5rem;
Línea 99... Línea 102...
99
}
102
}
100
 
103
 
101
.feed__buttons {
104
.feed__buttons {
102
    display: flex;
-
 
103
    justify-content: space-evenly;
-
 
104
}
-
 
105
 
-
 
106
@media (min-width: 768px) {
-
 
107
    .feed__buttons {
105
    display: flex;
108
        display: flex;
-
 
109
        justify-content: flex-start;
-
 
110
        gap: 0.5rem;
106
    justify-content: space-evenly;