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

margin #10

Open
wants to merge 6 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
338 changes: 338 additions & 0 deletions Checkout.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Home</title>
</head>

<body>
<header class="container">
<div class="row d-flex align-items-center justify-content-center mb-3 mt-5 mt-sm-0 pt-2">
Expand Down
2 changes: 1 addition & 1 deletion product.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</nav>
<div class="newsProd">
<div class="container">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5 mx-0">
<div class="newsAr">
<h2>news arrivals</h2></div>
<nav class="newsNav"><a class="newsNavlink" href="index.html">Home</a> / <a class="newsNavlink"
Expand Down
2 changes: 1 addition & 1 deletion shoppingCart.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</nav>
<div class="newsProd">
<div class="container">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5 mx-0">
<div class="newsAr">
<h2>news arrivals</h2></div>
<nav class="newsNav"><a class="newsNavlink" href="index.html">Home</a> / <a class="newsNavlink"
Expand Down
4 changes: 2 additions & 2 deletions singlePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</nav>
<div class="newsProd">
<div class="container">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5">
<div class="news row flex-column flex-sm-row container justify-content-between align-items-center pt-5 pb-5 mx-0">
<div class="newsAr">
<h2>news arrivals</h2></div>
<nav class="newsNav"><a class="newsNavlink" href="index.html">Home</a> / <a class="newsNavlink"
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2 class="col-12 text-center">Moschino Cheap And Chic</h2>
</div>
</main>
<div class="container">
<div class="row labelText d-flex justify-content-center col-12 my-2 pb-4">you may like also</div>
<div class="row labelText d-flex justify-content-center col-12 my-2 pb-4 mx-0">you may like also</div>
</div>
<div class="container">
<div class="row d-flex justify-content-center justify-content-lg-between mt-5">
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$mainThemeColor: #f15068;
$mainTextColor: #222222;
$mainTextColor: #131313;
$mainTextColorP: #898989;
80 changes: 63 additions & 17 deletions styles/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading