Skip to content

Commit

Permalink
Cambios en home, award responsive, input research arreglados (alineac…
Browse files Browse the repository at this point in the history
…ion), detalles
  • Loading branch information
clara7227 committed Jun 7, 2024
1 parent 23b2a6a commit ebcae63
Show file tree
Hide file tree
Showing 18 changed files with 478 additions and 196 deletions.
4 changes: 2 additions & 2 deletions app/about/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function About(props) {
<h1>{t("contact.title")}</h1>
</div>
<main className=" xs:my-4 sm:mx-8 md:mx-14 lg:mx-36 xl:mx-44 2xl:mx-60 2xl:my-20 xl:my-16 lg:my-12 md:my-8 sm:my-4 xs:my-2">
<section className="about_description">
<section className="md:max-w-screen-sm lg:max-w-screen-md xl:max-w-screen-lg about_description text-slate-700">
<p>
{t("contact.body")}
</p>
Expand All @@ -29,7 +29,7 @@ export default function About(props) {
<h4>{t("contact.title2")}</h4>
</div>
<div className="contact_content ">
<ul>
<ul className="text-slate-700">
<li>
<h5>
<FontAwesomeIcon className="icon" icon={faAt} />
Expand Down
2 changes: 1 addition & 1 deletion app/courses/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Courses() {
</div>
<main>
<section className="lg:mx-36 md:mx-14 sm:mx-8 mx-4 my-4 sm:my-4 md:my-8 lg:my-12 xl:my-16 2xl:my-20 xl:mx-44 2xl:mx-60">
<div className="courses_description pb-8">
<div className="courses_description text-slate-700 pb-8">
<p>{t('courses.desc')}</p>
</div>
<div className=" grid gap-4 md:grid-cols-2 sm:grid-cols-1">
Expand Down
Loading

0 comments on commit ebcae63

Please sign in to comment.