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; + } /*---------------------------------------------*/ }