From 1d9a2503e697e7aeefd939098b2e9601cad04ee9 Mon Sep 17 00:00:00 2001 From: Felix Eyetan Date: Sat, 15 Nov 2025 15:53:21 +0000 Subject: [PATCH] style formating --- _projects/secure-ingress-via-public-lb.md | 2 +- _sass/_custom.scss | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_projects/secure-ingress-via-public-lb.md b/_projects/secure-ingress-via-public-lb.md index f2061bc..b547d7d 100644 --- a/_projects/secure-ingress-via-public-lb.md +++ b/_projects/secure-ingress-via-public-lb.md @@ -42,7 +42,7 @@ This architecture will demonstrate centralized security, controlled outbound acc
Project Architecture Diagram - ![Secure Ingress via Azure Public loadbalancer]({{ site.url }}/blogs/assets/images/azure/lb-ingress-architecture.png) + Secure Ingress via Azure Public loadbalancer architecture diagram
diff --git a/_sass/_custom.scss b/_sass/_custom.scss index 4099463..894d117 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -50,14 +50,12 @@ } } - .page-content{ - article { - header { - border-bottom: 2px solid #eee; - margin-bottom: 20px; - padding-bottom: 10px; - } - } + + header { + border-bottom: 2px solid #eee; + margin-bottom: 20px; + padding-bottom: 10px; } + h2, h3, h4 { margin-top: 2rem!important; } \ No newline at end of file