Skip to content

Commit ed09300

Browse files
committed
💣 Fixed bug
Signed-off-by: Vildan Safin <safin@it-projects.info>
1 parent e53ac19 commit ed09300

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

saas_apps/static/src/css/calculator.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
z-index: 1;
9898
}
9999

100-
.row{
100+
.main-column{
101101
margin-right: auto;
102102
margin-left: 10%;
103-
max-width: 40%;
103+
max-width: 50%;
104104
}
105105
}
106106

@@ -114,7 +114,7 @@
114114
z-index: 1;
115115
}
116116

117-
.row{
117+
.main-column{
118118
margin-right: auto;
119119
margin-left: 10%;
120120
max-width: 45%;
@@ -139,9 +139,9 @@
139139
margin-left: auto !important;
140140
}
141141

142-
.row{
142+
.main-column{
143143
margin-right: auto;
144-
margin-left: 0px;
144+
margin-left: 10%;
145145
max-width: 80%;
146146
}
147147
}

saas_apps/views/calculator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<template id="index">
66
<t t-call="website.layout">
77
<title>Apps</title>
8-
<div class="row container">
8+
<div class="row container main-column">
99
<div class="mx-auto">
1010
<!-- Users qty -->
1111
<div class="openerp_enterprise_pricing_step">

0 commit comments

Comments
 (0)