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

fixed padding in about us for mobile view and resized window #522

Open
wants to merge 1 commit into
base: main
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
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ h6 {
}
}

@media (max-width: 600px) {
.para-content{
padding: 0px 1rem;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Let's take you forward :)</h2>
<div class="content col-xl-5 d-flex align-items-stretch" data-aos="fade-right">
<div class="content">
<h3>About Us</h3>
<p style="text-align: justify;">
<p style="text-align: justify;" class="para-content">
“Eduhub Community”
<br>
It’s a community for learners by learners. The vision of this community is to build an environment
Expand Down