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 #7 #47

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
changed text-algin: left to text-algin: right in services item (main.…
…css)
  • Loading branch information
amankothari1908 committed May 15, 2021
commit 36100c7c486572e950c76d999db1e74fb7b4ff69
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ hr {
display: table;
padding-left: 140px;
/* SOMETHING CHANGED */
text-align: left;
text-align: right;
}

.text-wrapper>div {
Expand Down Expand Up @@ -388,7 +388,7 @@ hr {
padding: 30px;
border-radius: 4px;
/* SOMETHING CHANGED */
text-align: center;
text-align: left;
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="contents text-center">
<div class="contents text-left">
<h2 class="head-title wow fadeInUp">We Discover, Design & Build Digital <br> Presence of Businesses</h2>
<div class="header-button wow fadeInUp" data-wow-delay="0.3s">
<a href="#services" class="btn btn-common">Explore</a>
Expand Down