Skip to content

Commit 3d0658c

Browse files
authored
Section Overlap resolved (#682)
1 parent abc9234 commit 3d0658c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

css/theme-lava.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,20 @@ nav {
246246
.text-white {
247247
color: #fff;
248248
}
249+
250+
.text-white-heading{
251+
padding-top: 3%;
252+
}
253+
254+
@media only screen and (max-width:380px){
255+
.lab-section{
256+
height: 600px!important;
257+
}
258+
.text-white-heading{
259+
padding-top: 2%!important;
260+
}
261+
}
262+
249263
body {
250264
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
251265
font-smoothing: antialiased;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,14 +1243,14 @@ <h3>Who We Are<br></h3>
12431243
</section>
12441244

12451245
<a id="labs-programs" class="in-page-link"></a>
1246-
<section class="section-header overlay preserve3d">
1246+
<section class="section-header overlay preserve3d lab-section">
12471247
<div class="background-image-holder">
12481248
<img class="background-image" alt="Background Image" src="img/hero7.jpg">
12491249
</div>
12501250
<div class="container vertical-align">
12511251
<div class="row">
12521252
<div class="col-sm-offset- col-sm-11">
1253-
<h1 class="text-white">Coding Programs and Labs</h1>
1253+
<h1 class="text-white text-white-heading">Coding Programs and Labs</h1>
12541254
<p class="lead text-white">FOSSASIA runs coding programs and contests such as <a href="https://codeheat.org" target="_self">Codeheat</a>. In the Codeheat coding contest developers build up their code profile. Participants can win awesome prizes and winners fly to the annual FOSSASIA Summit. In FOSSASIA Labs we collect&nbsp;<a href="https://fossasia.org/labs" target="_self">project ideas</a> and discuss new features of existing applications.</a> Different programs are available for high school and university students or professionals. And there are regularly job opportunities for full time developers listed on the job page. Check out details of our <a class="inner-link" target="_self" href="#programs">programs and opportunities here.</a></p>
12551255
</div>
12561256
</div>

0 commit comments

Comments
 (0)