Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliging the Text #95

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,51 @@ body {
.arrows {
text-align: center;
}
.text-primary{
padding-top: 10px;
}

#foundingMember {
padding-top: 10px;
font-size: 18px;
text-align: center;

}

@media (min-width:750px) and (max-width:1000px) {
#foundingMember {
font-size: 13px;
}

}

#foundingMember1 {
padding-top: 10px;
font-size: 18px;
padding-bottom: 23px;

}

@media (min-width:1001px) {
#foundingMember1 {

font-size: 18px;
padding-bottom: 20px;
}

}

@media (min-width:750px) and (max-width:1000px) {
#foundingMember1 {
padding-top: 0;
font-size: 15px;
padding-bottom: 18px;
padding-bottom: 10px;

}

}


html {
overflow-x: hidden;
}
Expand Down Expand Up @@ -525,6 +540,18 @@ Extra (xl) large devices (large desktops, 1200px and up)
/* justify-content: center; */
font-size: 4mm;
}
.card-text1{

font-size: 4mm;
}
@media (max-width:690px)
{
.card-text1{

font-size: 3mm;
}

}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
Expand Down
1 change: 1 addition & 0 deletions css/styles2.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ hr {
margin-bottom: 14px;
}


@media (max-width: 991px) {
.faq {
margin-bottom: 30px;
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ <h5 class="text-primary">(Membership Chair)</h5>
<div class="card">
<div class="card-body text-center mt-4">
<h4 class="card-title">Ishita Datta</h4>
<p class="card-text">
<p class="card-text1">
The Head of PR recruits new members to the chapter and
maintains chapter membership details. The Head of PR
takes care of all the social media handles.The Head of
Expand Down Expand Up @@ -915,9 +915,10 @@ <h4 class="card-title">Ishita Datta</h4>
</div>
</div>

<h3 class="h1-responsive headers">2019-20</h3>


<section class="pt-5 pb-5">
<h3 class="h1-responsive headers">2019-20</h3>
<div class="container">
<div class="row">
<div class="col-6"></div>
Expand Down