| ... |
... |
@@ -120,15 +120,14 @@ |
| 120 |
120 |
} |
| 121 |
121 |
} |
| 122 |
122 |
|
| 123 |
|
- /* === WHY CHOOSE (widgets using Bootstrap grid) === */ |
|
123 |
+ /* === WHY CHOOSE (widgets with inline icon + title) === */ |
| 124 |
124 |
.widgets { |
| 125 |
|
- margin-top: 12px; |
| 126 |
|
- display: flex; |
| 127 |
|
- flex-wrap: wrap; |
|
125 |
+ display: grid; |
|
126 |
+ gap: 16px; |
|
127 |
+ grid-template-columns: 1fr; |
| 128 |
128 |
|
| 129 |
|
- /* optional: tighten columns a bit on small screens */ |
| 130 |
|
- .col-sm-6 { |
| 131 |
|
- margin-bottom: 16px; |
|
129 |
+ @media (min-width: 860px) { |
|
130 |
+ grid-template-columns: repeat(4, 1fr); |
| 132 |
132 |
} |
| 133 |
133 |
} |
| 134 |
134 |
|
| ... |
... |
@@ -140,24 +140,17 @@ |
| 140 |
140 |
box-shadow: @shadow-sm; |
| 141 |
141 |
display: flex; |
| 142 |
142 |
flex-direction: column; |
| 143 |
|
- height: 100%; |
| 144 |
144 |
justify-content: flex-start; |
| 145 |
145 |
gap: 8px; |
| 146 |
146 |
text-align: left; |
| 147 |
147 |
transition: transform 0.18s ease, box-shadow 0.18s ease; |
| 148 |
148 |
|
| 149 |
|
- &:first-child { |
| 150 |
|
- padding-left: 0; |
| 151 |
|
- } |
| 152 |
|
- &:last-child { |
| 153 |
|
- padding-right: 0; |
| 154 |
|
- } |
| 155 |
|
- |
| 156 |
156 |
&:hover { |
| 157 |
157 |
transform: translateY(-2px); |
| 158 |
158 |
box-shadow: @shadow; |
| 159 |
159 |
} |
| 160 |
160 |
|
|
152 |
+ /* The icon + title row */ |
| 161 |
161 |
.icon { |
| 162 |
162 |
display: flex; |
| 163 |
163 |
align-items: center; |
| ... |
... |
@@ -171,6 +171,7 @@ |
| 171 |
171 |
} |
| 172 |
172 |
|
| 173 |
173 |
h4 { |
|
166 |
+ /*font-weight: 700; */ |
| 174 |
174 |
margin: 0; |
| 175 |
175 |
color: @text; |
| 176 |
176 |
line-height: 1.2; |
| ... |
... |
@@ -177,6 +177,7 @@ |
| 177 |
177 |
} |
| 178 |
178 |
} |
| 179 |
179 |
|
|
173 |
+ /* Body paragraph */ |
| 180 |
180 |
p { |
| 181 |
181 |
color: @muted; |
| 182 |
182 |
margin: 0; |
| ... |
... |
@@ -184,6 +184,7 @@ |
| 184 |
184 |
} |
| 185 |
185 |
} |
| 186 |
186 |
|
|
181 |
+ /* SERVICES */ |
| 187 |
187 |
/* SERVICES */ |
| 188 |
188 |
.services { |
| 189 |
189 |
h2 { |