Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ging/fun4date
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Jun 20, 2024
2 parents 6787928 + ad1bcad commit feb04b2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Home() {
<div className="group_description flex flex-col gap-4 sm:justify-center md:gap-8 sm:items-center mx-8 sm:mx-8 md:ml-12 lg:ml-16 xl:ml-20 2xl:ml-24 sm:w-2/5">
<img
className="logo_home mt-4 sm:mt-0 self-start"
src="/assets/img/iso_logo.svg"
src="assets/img/iso_logo.svg"
/>
<h2 className="text-white self-start">{t("front.title")}</h2>
<button className="action_button self-start">
Expand Down
5 changes: 4 additions & 1 deletion app/sass/lib/_type.sass
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $sm-text: 16px, 18px, 20px, 400, 140%, 1rem, 0.6rem //h5
$md-text: 18px, 20px, 22px, 400, 140%, 1rem //h4
$lg-text: 22px, 26px, 30px, 400,140%, 1rem //h3
$xl-text: 23px, 30px, 36px, 300, 140%, 1rem //h2
$xxl-text: 28px, 36px, 42px, 300, 140%, 1rem //h1
$xxl-text: 28px, 36px, 42px, 600, 140%, 1rem //h1

$slim-weight: 500
$regular:400
Expand Down Expand Up @@ -133,18 +133,21 @@ p, label, input, select
font-size: nth($body-text,1)
line-height: nth($body-text,5)
font-weight: nth($body-text,4)
@apply text-gray-100
//margin-bottom: nth($body-text,6)
@media screen and (min-width: 640px)
font-family: $main_font, sans-serif
font-size: nth($body-text,2)
line-height: nth($body-text,5)
font-weight: nth($body-text,4)
@apply text-gray-100
//margin-bottom: nth($body-text,6)
@media screen and (min-width: 1400px)
font-family: $main_font, sans-serif
font-size: nth($body-text,3)
line-height: nth($body-text,5)
font-weight: nth($body-text,4)
@apply text-gray-100
//margin-bottom: nth($body-text,6)
// texto pequeño
Expand Down
2 changes: 2 additions & 0 deletions app/sass/partials/_contact.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.about

.banner
main
padding-bottom: $spacing-lg

.about_description
.contact_info
display: flex
Expand Down
2 changes: 1 addition & 1 deletion app/sass/partials/_home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
//scale:1.5
opacity: 45%
z-index:0
background-image: url("/assets/img/banner_prov.svg")
background-image: url("/assets/img/banner-prov.svg")
margin: -6vh 0 0
background-size: cover
background-position: 70% 0
Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const nextConfig = {
unoptimized: true,
},
env: {
PUBLIC_URL: "https://cyberaula.github.io"
PUBLIC_URL: "https://ging.github.io/fun4date/"
}
};

Expand Down
File renamed without changes

0 comments on commit feb04b2

Please sign in to comment.