Skip to content

Commit 710e516

Browse files
cambio de logos
1 parent b13b79c commit 710e516

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,15 @@ body.mobile-nav-active #mobile-nav-toggle {
10911091
overflow: hidden;
10921092
background: rgba(255, 255, 255, 0.5);
10931093
height: 160px;
1094+
object-fit: cover;
10941095
}
10951096

1097+
#unicauca{
1098+
height: 130px;
1099+
}
1100+
#aess{
1101+
height: 130px;
1102+
}
10961103
#supporters .supporter-logo:hover img {
10971104
-webkit-transform: scale(1.2);
10981105
transform: scale(1.2);

img/logo.png

-40 Bytes
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,13 @@ <h2>Sponsors</h2>
546546

547547
<div class="col-lg-3 col-md-4 col-xs-6">
548548
<div class="supporter-logo">
549-
<img src="img/supporters/2.png" class="img-fluid" alt="">
549+
<img src="img/supporters/2.png" class="img-fluid" id="unicauca" alt="">
550550
</div>
551551
</div>
552552

553553
<div class="col-lg-3 col-md-4 col-xs-6">
554554
<div class="supporter-logo">
555-
<img src="img/supporters/3.png" class="img-fluid" alt="">
555+
<img src="img/supporters/3.png" id="aess" class="img-fluid" alt="">
556556
</div>
557557
</div>
558558

0 commit comments

Comments
 (0)