xriley / AppKit-Landing-Theme

FREE Bootstrap 5 Landing Page Template for Developers and Startups

Home Page:http://themes.3rdwavemedia.com/website-templates/appkit-landing-free-bootstrap-theme-for-developers-and-startups/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in class attributes for About section

ramesh-tr opened this issue · comments

There are some typo in the about section

<div class="item col-mg-4 col-sm-4 col-sm-12">

There is no such class 'col-mg' in bootstrap, nor it's defined in the styles.css. I think this should be col-md.

Also, there are two definitions col-sm-4 and col-sm-12 for the same element, which will not produce correct behavior in different browsers.