Responsive check
This commit is contained in:
@ -7,9 +7,9 @@ const ApplicationsLayout = ({
|
||||
titleColor = "text-gray-700"
|
||||
}) => {
|
||||
return (
|
||||
<section className={`py-5 lg:py-5 ${backgroundColor}`}>
|
||||
<div className="container-fluid px-4 lg:px-6">
|
||||
<h2 className={"text-3xl font-bold text-teal-700 mb-4"}>
|
||||
<section className={`w-full min-w-0 py-5 lg:py-5 ${backgroundColor}`}>
|
||||
<div className="w-full max-w-none px-4 sm:px-6 lg:px-6">
|
||||
<h2 className="text-2xl sm:text-3xl font-bold text-teal-700 mb-4">
|
||||
{title}
|
||||
</h2>
|
||||
|
||||
@ -20,7 +20,7 @@ const ApplicationsLayout = ({
|
||||
className="w-1.5 h-1.5 rounded-full mt-2 mr-3 flex-shrink-0"
|
||||
style={{backgroundColor: '#faae31'}}
|
||||
></span>
|
||||
<span className="text-base">{item}</span>
|
||||
<span className="text-sm sm:text-base break-words">{item}</span>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user