Skip to content

Commit 68118ba

Browse files
committed
Fixed mobile view
1 parent 1acbfef commit 68118ba

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3905,7 +3905,7 @@ <h6>Creative Team</h6>
39053905
<span class="more">+</span>
39063906
<div class="details">
39073907
<h6><a href="https://github.com/medhavisinha" target="_blank">GitHub: @medhavisinha</a></h6>
3908-
<h6><a href="#" target="_blank">Codechef: --</a></h6>
3908+
<h6><a href="https://www.codechef.com/users/medhavis" target="_blank">Codechef: @medhavis</a></h6>
39093909
<div class="actions">
39103910
<a href="" class="button md-close"></a>
39113911
</div>

static/styles/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11500,6 +11500,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1150011500
.talk-list li .subject .details p {
1150111501
padding-bottom: 70px;
1150211502
}
11503+
11504+
.talk-list li .subject .details h6:nth-of-type(2) {
11505+
padding-bottom: 50px;
11506+
}
1150311507

1150411508
.talk-list li .subject .description {
1150511509
margin-left: 0;

0 commit comments

Comments
 (0)