Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16857 Rev 16858
Línea 27476... Línea 27476...
27476
 
27476
 
27477
.feed-section {
27477
.feed-section {
27478
  display: flex;
27478
  display: flex;
27479
  flex-direction: column;
27479
  flex-direction: column;
27480
  gap: .5rem;
27480
  gap: .5rem;
-
 
27481
  width: 50%;
27481
  width: 100%;
27482
  margin: 0 auto;
27482
  box-sizing: border-box;
27483
  box-sizing: border-box;
Línea 27483... Línea 27484...
27483
}
27484
}
27484
 
27485
 
Línea 27519... Línea 27520...
27519
  padding: 10px 1rem;
27520
  padding: 10px 1rem;
27520
  align-items: center;
27521
  align-items: center;
27521
  position: relative;
27522
  position: relative;
27522
}
27523
}
Línea -... Línea 27524...
-
 
27524
 
-
 
27525
.feed-header a>img {
-
 
27526
  width: 50px;
-
 
27527
  height: 50px;
-
 
27528
  border-radius: 50%;
-
 
27529
  object-fit: cover;
-
 
27530
}
27523
 
27531
 
27524
.feed-info {
27532
.feed-info {
27525
  display: inline-flex;
27533
  display: inline-flex;
27526
  flex-direction: column;
27534
  flex-direction: column;
27527
  width: fit-content;
27535
  width: fit-content;
Línea 27571... Línea 27579...
27571
  font-size: .9rem;
27579
  font-size: .9rem;
27572
}
27580
}
Línea 27573... Línea 27581...
27573
 
27581
 
27574
@media (max-width: 768px) {
27582
@media (max-width: 768px) {
27575
  .feed-section {
27583
  .feed-section {
27576
    width: 60%;
27584
    width: 100%;
Línea 27577... Línea 27585...
27577
  }
27585
  }
27578
 
27586
 
27579
  .feed-container {
27587
  .feed-container {