Skip to content

Commit 91783c9

Browse files
committed
Merge branches 'master' and 'master' of https://github.com/RahilKothari9/kjsce-codecell.github.io
2 parents 8136e2e + c6cbcba commit 91783c9

File tree

66 files changed

+617
-485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+617
-485
lines changed

CNAME

-1
This file was deleted.

index.html

+599-477
Large diffs are not rendered by default.
-53.7 KB
2.5 KB
-54.7 KB
-38.1 KB
-43.2 KB
-21.8 KB
-7.52 KB
-47.4 KB
941 KB
-27.8 KB
-54.7 KB
-4.55 KB
-21 KB
484 KB
758 KB
-33.8 KB
785 KB
-39.7 KB
865 KB
746 KB
535 KB

static/styles/styles.css

+18-7
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,12 @@ ul.block-list,
529529
list-style: none;
530530
}
531531

532+
.housing-list iframe{
533+
@media(max-width: 768px) {
534+
height: 750px;
535+
}
536+
}
537+
532538
ul.block-list:before,
533539
.speaker-list:before,
534540
.talk-list li:before,
@@ -11545,19 +11551,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1154511551
height: auto !important;
1154611552
line-height: inherit;
1154711553
}
11548-
11549-
.talk-list li .subject .details p {
11550-
padding-bottom: 70px;
11551-
}
1155211554

11553-
.talk-list li .subject .details h6:nth-of-type(2) {
11555+
.talk-list li .subject .details:last-child {
1155411556
padding-bottom: 50px;
1155511557
}
1155611558

11559+
.talk-list li.open .subject .description{
11560+
/* TODO: Hours spent fixing this: 48hrs
11561+
tries: 3
11562+
Please increment the counter after you give up trying to fix this
11563+
*/
11564+
max-height: 12000px;
11565+
}
11566+
1155711567
.talk-list li .subject .description {
1155811568
margin-left: 0;
1155911569
margin-top: 96px;
11560-
min-height: 80px;
11570+
max-height: 0;
11571+
transition: 0.4s ease-in;
1156111572
}
1156211573

1156311574
.talk-list li .subject .description #avatar {
@@ -14005,4 +14016,4 @@ ul.baraja-container li {
1400514016
color: white;
1400614017
padding:15px;
1400714018
border: 1px solid black
14008-
}
14019+
}

0 commit comments

Comments
 (0)