Skip to content

Commit c0b3c28

Browse files
authored
Merge pull request #110 from Aditya-Chandrn/master
changes logo size for width less than 720 px
2 parents 04544a4 + 424080b commit c0b3c28

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

static/styles/styles.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12163,11 +12163,22 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1216312163
}
1216412164

1216512165
/* for smaller screen make sure the home screen logo does not overflow */
12166-
@media only screen and (max-width: 377px) {
12166+
@media only screen and (max-width: 720px) {
1216712167
.home-screen-logo {
1216812168
height: 6vh !important;
1216912169
position: relative;
1217012170
}
12171+
.red-logo img{
12172+
height: 6vh !important;
12173+
}
12174+
12175+
.red-logo{
12176+
top: -8%;
12177+
}
12178+
12179+
.blue-logo img{
12180+
height: 6vh !important;
12181+
}
1217112182

1217212183
}
1217312184

0 commit comments

Comments
 (0)