Estandard

This commit is contained in:
Your Name
2025-01-23 15:23:18 -06:00
parent 004562fd74
commit 1d68651576
2 changed files with 43 additions and 21 deletions

View File

@@ -38,7 +38,8 @@
fill: #001d68;
}
.profesor-nombre, .materia_nombre {
.profesor-nombre,
.materia_nombre {
font-size: 1.5rem;
font-weight: 900;
font-family: 'La Salle Display Regular';
@@ -81,16 +82,19 @@
background-color: #969696;
}
.detalle > main {
.detalle>main {
display: grid;
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
}
/* Media query for mobile devices */
@media (max-width: 768px) { /* Adjust the max-width as needed for your target screen size */
.detalle > main {
grid-template-columns: 1fr; /* Single column */
@media (max-width: 768px) {
/* Adjust the max-width as needed for your target screen size */
.detalle>main {
grid-template-columns: 1fr;
/* Single column */
}
}
@@ -111,7 +115,7 @@
padding: 1rem;
}
.pp-card > div {
.pp-card>div {
border-start-start-radius: 1rem;
border-start-end-radius: 1rem;
padding-inline: 1.5rem;
@@ -155,12 +159,12 @@
display: flex;
justify-content: center;
flex-direction: column;
.supervisor_nombre {
font-size: 1.5rem;
font-weight: bolder;
}
.supervisor_hora {
font-size: 1rem;
color: #3f3f3f;
@@ -173,12 +177,19 @@
grid-template-columns: 1fr 1fr;
}
.modal-close {
position: absolute;
top: 0;
right: 0;
margin: 2rem;
}
.facultad {
font-family: 'La Salle Display Heavy';
font-family: 'La Salle Display Regular';
font-size: 1.4rem;
color: #969696;
position: absolute;
bottom: 0;
right: 0;
margin: 1rem;
margin: 2rem;
}