Skip to content

Commit

Permalink
Fixing tour card paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Moraes committed Oct 11, 2018
1 parent f3fa2fb commit ba75dbf
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions resources/assets/sass/sections/_section-tours.sass
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
bottom: 25px
left: 22px
z-index: 999
padding-right: 15px

&-copy
font-family: $font-text
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8052,7 +8052,8 @@ nav.navbar .navbar-menu {
position: absolute;
bottom: 25px;
left: 22px;
z-index: 999; }
z-index: 999;
padding-right: 15px; }
.section-tours__card-copy {
font-family: "Cabin", sans-serif;
font-size: 14px;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"admin.css": "css/admin.7bd4477b557572d21f02.css",
"admin.js": "js/admin.7bd4477b557572d21f02.js",
"app.css": "css/app.7bd4477b557572d21f02.css",
"app.js": "js/app.7bd4477b557572d21f02.js",
"login.css": "css/login.7bd4477b557572d21f02.css",
"login.js": "js/login.7bd4477b557572d21f02.js",
"vendor.js": "js/vendor.7bd4477b557572d21f02.js",
"admin.css": "css/admin.072a46895fc6bc55e524.css",
"admin.js": "js/admin.072a46895fc6bc55e524.js",
"app.css": "css/app.072a46895fc6bc55e524.css",
"app.js": "js/app.072a46895fc6bc55e524.js",
"login.css": "css/login.072a46895fc6bc55e524.css",
"login.js": "js/login.072a46895fc6bc55e524.js",
"vendor.js": "js/vendor.072a46895fc6bc55e524.js",
"images/logo.png": "images/logo.png",
"images/arrow-prev-white.png": "images/arrow-prev-white.png",
"images/icon-cart-white.png": "images/icon-cart-white.png",
Expand Down

0 comments on commit ba75dbf

Please sign in to comment.