Fix: Home Page styles.
This commit is contained in:
@@ -196,7 +196,7 @@ section.social-proof .section-title {
|
|||||||
margin-bottom: 0.25vh;
|
margin-bottom: 0.25vh;
|
||||||
}
|
}
|
||||||
section.social-proof .section-subtitle {
|
section.social-proof .section-subtitle {
|
||||||
margin: 1vh 1vw;
|
margin: 0 1vw 1vh;
|
||||||
}
|
}
|
||||||
section.social-proof .container {
|
section.social-proof .container {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|||||||
2
static/dist/css/core_home.bundle.css
vendored
2
static/dist/css/core_home.bundle.css
vendored
@@ -274,7 +274,7 @@ section.social-proof .section-title {
|
|||||||
margin-bottom: 0.25vh;
|
margin-bottom: 0.25vh;
|
||||||
}
|
}
|
||||||
section.social-proof .section-subtitle {
|
section.social-proof .section-subtitle {
|
||||||
margin: 1vh 1vw;
|
margin: 0 1vw 1vh;
|
||||||
}
|
}
|
||||||
section.social-proof .container {
|
section.social-proof .container {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|||||||
2
static/dist/css/core_home.bundle.css.map
vendored
2
static/dist/css/core_home.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -131,11 +131,11 @@
|
|||||||
|
|
||||||
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_SOCIAL_PROOF }}">
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_SOCIAL_PROOF }}">
|
||||||
<div class="{{ model.FLAG_CONTAINER }}">
|
<div class="{{ model.FLAG_CONTAINER }}">
|
||||||
<div class="section-title">500+</div>
|
<div class="section-title">20+</div>
|
||||||
<div class="section-subtitle">Dogs Tracked</div>
|
<div class="section-subtitle">Dogs Tracked</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="{{ model.FLAG_CONTAINER }}">
|
<div class="{{ model.FLAG_CONTAINER }}">
|
||||||
<div class="section-title">15+</div>
|
<div class="section-title">5+</div>
|
||||||
<div class="section-subtitle">Active Trainers</div>
|
<div class="section-subtitle">Active Trainers</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="{{ model.FLAG_CONTAINER }}">
|
<div class="{{ model.FLAG_CONTAINER }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user