Skip to content

Commit

Permalink
💣 Fixed bug
Browse files Browse the repository at this point in the history
Signed-off-by: Vildan Safin <safin@it-projects.info>
  • Loading branch information
Enigma228322 committed Apr 24, 2020
1 parent e53ac19 commit ed09300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions saas_apps/static/src/css/calculator.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
z-index: 1;
}

.row{
.main-column{
margin-right: auto;
margin-left: 10%;
max-width: 40%;
max-width: 50%;
}
}

Expand All @@ -114,7 +114,7 @@
z-index: 1;
}

.row{
.main-column{
margin-right: auto;
margin-left: 10%;
max-width: 45%;
Expand All @@ -139,9 +139,9 @@
margin-left: auto !important;
}

.row{
.main-column{
margin-right: auto;
margin-left: 0px;
margin-left: 10%;
max-width: 80%;
}
}
Expand Down
2 changes: 1 addition & 1 deletion saas_apps/views/calculator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template id="index">
<t t-call="website.layout">
<title>Apps</title>
<div class="row container">
<div class="row container main-column">
<div class="mx-auto">
<!-- Users qty -->
<div class="openerp_enterprise_pricing_step">
Expand Down

0 comments on commit ed09300

Please sign in to comment.