mirror of
https://github.com/mertJF/tailblocks.git
synced 2025-12-10 09:45:34 +00:00
making the blocks compatible with the latest tailwind version
This commit is contained in:
@@ -3,7 +3,7 @@ import PropTypes from "prop-types";
|
||||
|
||||
function LightFeatureF(props) {
|
||||
return (
|
||||
<section className="text-gray-700 body-font">
|
||||
<section className="text-gray-600 body-font">
|
||||
<div className="container px-5 py-24 mx-auto">
|
||||
<div className="flex items-center lg:w-3/5 mx-auto border-b pb-10 mb-10 border-gray-200 sm:flex-row flex-col">
|
||||
<div className={`sm:w-32 sm:h-32 h-20 w-20 sm:mr-10 inline-flex items-center justify-center rounded-full bg-${props.theme}-100 text-${props.theme}-500 flex-shrink-0`}>
|
||||
|
||||
Reference in New Issue
Block a user