Proyectos de Subversion Moodle

Rev

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

Rev 719 Rev 727
Línea 1... Línea 1...
1
header.page-header-content {
1
header.page-header-content {
2
    display: none;
2
    display: none;
-
 
3
}
-
 
4
.tertiary-navigation {
-
 
5
    width: fit-content; 
-
 
6
    position: absolute; 
-
 
7
    top: 0.5rem; 
-
 
8
    right: 1rem;
-
 
9
}
-
 
10
@media (min-width:768px) {
-
 
11
    .tertiary-navigation {
-
 
12
        right: 12rem;
-
 
13
    }
-
 
14
    
3
}
15
}
4
16