Skip to content
Snippets Groups Projects
Commit 720a1295 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website: make rounded option work with jumbotron

parent 2d4c3bf6
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,10 @@ table.table_desc tr td {
}
}
// Jumbotron
.jumbotron {
border-radius: 0;
}
//
// Snippets
......
......@@ -78,7 +78,7 @@
<span class="s_parallax_bg" style="background-image: url('/web/image/website.s_banner_default_image'); background-position: 50% 0;"/>
<div class="container">
<div class="row s_nb_column_fixed">
<div class="col-lg-7 bg-white jumbotron pt32 pb32" data-name="Box">
<div class="col-lg-7 bg-white jumbotron rounded pt32 pb32" data-name="Box">
<div class="row">
<div class="col-lg-12 s_title s_col_no_bgcolor" data-name="Title">
<h1 class="s_title_thin"><font style="font-size: 62px;"><b>Sell Online.</b> Easily.</font></h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment