mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Prevent some marketing site rows overflowing on mobile (#2375)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ permalink: marketing/real-estate.html
|
||||
<div class="container-narrow">
|
||||
<h1 class="hero-title text-white">Find your forever home</h1>
|
||||
<p class="hero-description mb-5 text-white text-opacity-50">It's time to find the home of your dreams, and you search begins here. We make it easy to find the property that fits your needs and budget.</p>
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="row gx-lg-5 justify-content-center">
|
||||
<div class="col-xl-6 col-lg-8 text-center">
|
||||
<form novalidate="" class="row row-cols-1 row-cols-md-auto g-3 align-items-center">
|
||||
<div class="col flex-grow-1">
|
||||
@@ -25,7 +25,7 @@ permalink: marketing/real-estate.html
|
||||
<section class="section section-white">
|
||||
{% include "marketing/section-divider.html" divider="arc" %}
|
||||
<div class="container">
|
||||
<div class="row g-6">
|
||||
<div class="row g-lg-6">
|
||||
{% for building in real-estate %}
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user