Skip to content

Commit

Permalink
fix_and_add_css
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeBeeUA committed May 31, 2024
1 parent d86a480 commit 9bff6ec
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion css/media.min.css

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

2 changes: 1 addition & 1 deletion css/media.min.css.map

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

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css.map

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Официальный партнер Uber в Москве
</div>
</div>
<div class="col-md-2 offset-md-2">
<div class="col-md-3 offset-md-1 col-xl-2 offset-xl-2">
<div class="subheader_text">Звоните нам ежедневно</div>
<a href="tel:+" class="subheader_call">8 495 797 09 88</a>
</div>
Expand Down
34 changes: 17 additions & 17 deletions sass/_general.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ nav
min-height: 800px
background: url('../img/first_bg.png') center center/cover no-repeat
padding: 150px 0 135px 0
.promo_header
&_header
font-size: 60px
line-height: 60px
font-weight: 700
Expand Down Expand Up @@ -143,38 +143,38 @@ nav
.advantage
min-height: 900px
padding: 71px 0 65px 0
.advantage_box
&_box
display: flex
justify-content: space-between
justify-content: space-between
margin-top: 40px
width: 485px
.advantage_box_wrapper
&_round
display: flex
justify-content: center
align-items: center
margin: 0 auto
margin-top: 20px
border-radius: 100%
width: 113px
height: 113px
background-color: #1eacc7
&_wrapper
width: 346px
min-height: 140px
.advantage_box_wrapper_header
&_header
font-size: 17px
line-height: 21px
font-weight: 400
color: #1eacc7
.advantage_box_wrapper_text
&_text
font-size: 15px
font-weight: 300
color: #202020
.advantage_box_round
display: flex
justify-content: center
align-items: center
margin: 0 auto
margin-top: 20px
border-radius: 100%
width: 113px
height: 113px
background-color: #1eacc7
.mobile
min-height: 864px
padding: 48px 0 79px 0
background: url('../img/mobile_bg.png') center (center / cover) no-repeat
.row
&_row
margin-top: 32px
z-index: 1
&_item
Expand Down
6 changes: 4 additions & 2 deletions sass/media.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@media (max-width: 1200px)
.menu
&_item
padding: 20px
padding-right: 20px
&_link
font-size: 13px

.promo
&_header
font-size: 50px

0 comments on commit 9bff6ec

Please sign in to comment.