Bläddra i källkod

Merge pull request #12555 from netchampfaris/web-fixes-24

fix: Website fixes
version-14
mergify[bot] 4 år sedan
committed by GitHub
förälder
incheckning
0b7b6a863e
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
3 ändrade filer med 4 tillägg och 3 borttagningar
  1. +2
    -2
      frappe/public/scss/website/doc.scss
  2. +1
    -0
      frappe/public/scss/website/page_builder.scss
  3. +1
    -1
      frappe/website/web_template/section_with_features/section_with_features.html

+ 2
- 2
frappe/public/scss/website/doc.scss Visa fil

@@ -180,7 +180,7 @@ $navbar-height-lg: 4.5rem;

h2 {
font-size: $font-size-2xl;
font-weight: 400;
font-weight: 500;
}

h3 {
@@ -250,4 +250,4 @@ $navbar-height-lg: 4.5rem;
.breadcrumb {
margin-bottom: 0;
}
}
}

+ 1
- 0
frappe/public/scss/website/page_builder.scss Visa fil

@@ -657,6 +657,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}

.feature-title, .feature-content {


+ 1
- 1
frappe/website/web_template/section_with_features/section_with_features.html Visa fil

@@ -22,7 +22,7 @@
</div>
<div>
{%- if feature.url -%}
<a href="{{ feature.url }}" class="feature-url">Learn more →</a>
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a>
{%- endif -%}
</div>
</div>


Laddar…
Avbryt
Spara