From 2dda8587de001972cbf1319257c8da1bb2cf7ca1 Mon Sep 17 00:00:00 2001 From: TeoAlex Date: Thu, 21 Mar 2024 12:21:52 +0200 Subject: [PATCH] [ #77 ] overflow text template no.15 --- readme.txt | 3 +++ templates/template_15/css/main.css | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 536e373..ddb38b9 100644 --- a/readme.txt +++ b/readme.txt @@ -71,6 +71,9 @@ If you enjoy using Colorlib Coming Soon for WordPress please leave a positive fe == Changelog == += 1.1.1 - TBD = +Fixed: Overflowing text on template no.15 ( https://github.com/ColorlibHQ/colorlib-coming-soon-maintenence/issues/77 ) + = 1.1.0 - 21.03.2024 = Fixed: XSS security diff --git a/templates/template_15/css/main.css b/templates/template_15/css/main.css index e126002..4533e0a 100644 --- a/templates/template_15/css/main.css +++ b/templates/template_15/css/main.css @@ -593,7 +593,10 @@ Primary use: .w-full-md { width: 100%; } - + + .l1-txt1 { + font-size: 36px; + } /*---------------------------------------------*/ }