Proyectos de Subversion Moodle

Rev

Rev 478 | Ir a la última revisión | | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
476 ariadna 1
#page-cesa-forums .no-gutters {
2
    margin-right: 0;
3
    margin-left: 0;
4
    border: 1px solid #e8eaed;
5
    border-radius: 10px;
6
    padding: 15px;
7
}
8
 
9
#page-cesa-forums .col-md-12 .card{
10
    width: 100%;
11
    max-width: none;
12
    margin-bottom: 0 !important;
13
    height: fit-content;
14
}
15
 
16
#page-cesa-forums .col-md-12 .card .mb-3{
17
    margin-bottom: 0 !important;
18
    margin: 0;
19
    width: 100%;
20
}
21
 
22
#page-cesa-forums .col-md-12{
23
    display: grid;
24
    grid-template-columns: 1fr 1fr;
25
    width: 100%;
26
    margin: 16px 0;
27
    gap: 16px;
28
}