Skip to content

Commit

Permalink
sheri aaki
Browse files Browse the repository at this point in the history
  • Loading branch information
amalthomas-exe committed Apr 4, 2023
1 parent bf05586 commit c61dcf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ h1.large {
}
.block-content .row {
display: flex;
justify-content: center;
justify-content: space-between;

}

Expand Down Expand Up @@ -682,7 +682,7 @@ ul.block-topic li {
}
.block-ticket .block-price .price {
color: #cccccc;
font-size: 95px;
font-size: 80px;
font-weight: 700;
position: relative;
margin-bottom: 20px;
Expand Down Expand Up @@ -1504,12 +1504,18 @@ select.error {
/*End media queries*/
.block-speaker .row,.judges .row,.schedule .row, .clubs .row .col-sm-12,.aboutdate .row{
display: flex;
justify-content: center;
justify-content: space-between;

}

@media only screen and (max-width: 768px){
.block-speaker .row,.judges .row,.schedule .row, .clubs .row .col-sm-12,.aboutdate .row{
display: block;
}
}

@media only screen and (max-width:479px){
.block-ticket .block-price .price{
font-size: 65px;
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h4 class="mb-10">ABOUT THE ORGANIZING COMMITTE</h4>
Developer Students Club</b>. These Clubs themselves hold 80% of all the Technical Activities in the Institute and has played a vital role in developing the Students with technical Skills and helps increase
their Job Prospects and Future.</p>
<h4 class="mb-10">A WORD ON DIVERSITY</h4>
<p class="title-lead mt-30">Meenachil Hacks is focused on Community Development and Diversity. We believe everyone should be given equal chance and none should be excluded rom technology.
<p class="title-lead mt-30">Meenachil Hacks is focused on Community Development and Diversity. We believe everyone should be given equal chance and none should be excluded from technology.
</p>

</div>
Expand Down Expand Up @@ -825,7 +825,7 @@ <h1 class="title">Our Sponsors </h1>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 mb-50 text-center ">
<h1 class="title">Our Clubs </h1>
<p class="title-lead mt-10 mb-20">The BackBone of the Whole Event</p>
<p class="title-lead mt-10 mb-20">The Backbone of the whole event</p>
</div>
</div>
<!--End row-->
Expand Down

0 comments on commit c61dcf3

Please sign in to comment.