Skip to content

Commit b2c28c8

Browse files
committed
fix: fixed aspect ratios of images
1 parent 4f1c6c2 commit b2c28c8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
-110 KB
Loading
-119 KB
Loading
-32.6 KB
Loading

static/styles/styles.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3796,14 +3796,14 @@ h1.logo {
37963796

37973797
.crackathon {
37983798
background-image: url(../images/events/crackathon.jpg);
3799-
background-size: 248px 149px !important;
3799+
background-size: 248px 180px !important;
38003800
background-position: 0px, 0px;
38013801
background-repeat: repeat;
38023802
}
38033803

38043804
.KJCS {
38053805
background-image: url(../images/events/codespree.jpg);
3806-
background-size: 249px 130px !important;
3806+
background-size: 249px 180px !important;
38073807
background-position: 0px, 0px !important;
38083808
}
38093809

@@ -3815,7 +3815,7 @@ h1.logo {
38153815

38163816
.ctf {
38173817
background-image: url(../images/events/ctf.jpg);
3818-
background-size: 250px 144px !important;
3818+
background-size: 250px 180px !important;
38193819
background-position: 0px, 0px;
38203820
}
38213821

@@ -3827,7 +3827,7 @@ h1.logo {
38273827

38283828
.cwc {
38293829
background-image: url(../images/compressed/events/cwc.png);
3830-
background-size: 250px 200px !important;
3830+
background-size: 250px 180px !important;
38313831
background-position: 0px, 0px;
38323832
}
38333833

@@ -3950,6 +3950,7 @@ h1.logo {
39503950
/*background: rgba(255, 202, 0, 0.95); */
39513951
opacity: 0.95;
39523952
background: #FF9100;
3953+
height: 180px;
39533954
}
39543955

39553956
.housing h2 {

0 commit comments

Comments
 (0)