making the blocks compatible with the latest tailwind version

This commit is contained in:
mertJF
2020-12-25 01:56:01 +03:00
parent 366e0ef392
commit e21e8960c1
134 changed files with 1103 additions and 2134 deletions

View File

@@ -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`}>