genera home and classes
This commit is contained in:
@@ -29,7 +29,7 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer-text-and-icons {
|
.footer-text-and-icons {
|
||||||
@apply font-roboto flex w-full flex-col items-start justify-between gap-4 py-8 text-sm md:ml-0 md:flex-row md:items-center md:gap-8;
|
@apply flex w-full flex-col items-start justify-between gap-4 py-8 text-sm md:ml-0 md:flex-row md:items-center md:gap-8;
|
||||||
.w-1\/4 {
|
.w-1\/4 {
|
||||||
@apply w-full justify-start pl-8 md:w-1/4 md:justify-center md:pl-0;
|
@apply w-full justify-start pl-8 md:w-1/4 md:justify-center md:pl-0;
|
||||||
}
|
}
|
||||||
@@ -70,3 +70,13 @@ footer {
|
|||||||
#text-slide {
|
#text-slide {
|
||||||
@apply font-montserrat z-10 mt-32 flex flex-col items-center justify-center text-center text-7xl font-bold text-white;
|
@apply font-montserrat z-10 mt-32 flex flex-col items-center justify-center text-center text-7xl font-bold text-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.services-list {
|
||||||
|
@apply flex w-full flex-col items-start justify-between gap-4 py-8 text-sm md:flex-row md:gap-8;
|
||||||
|
.wp-block-group {
|
||||||
|
@apply mx-6 md:mx-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.clients-logos {
|
||||||
|
@apply align-middle;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Template part for displaying pages
|
* Template part for displaying pages
|
||||||
*
|
*
|
||||||
@@ -15,8 +16,6 @@
|
|||||||
<?php
|
<?php
|
||||||
if (! is_front_page()) {
|
if (! is_front_page()) {
|
||||||
the_title('<h1 class="entry-title">', '</h1>');
|
the_title('<h1 class="entry-title">', '</h1>');
|
||||||
} else {
|
|
||||||
the_title( '<h2 class="entry-title">', '</h2>' );
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</header><!-- .entry-header -->
|
</header><!-- .entry-header -->
|
||||||
|
|||||||
@@ -47,5 +47,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav><!-- #site-navigation -->
|
</nav><!-- #site-navigation -->
|
||||||
</div>
|
</div>
|
||||||
<div id="text-slide"></div>
|
<h1 id="text-slide">ESTRATEGIA - BRANDING - CREATIVIDAD - DISEÑO</h1>
|
||||||
</header><!-- #masthead -->
|
</header><!-- #masthead -->
|
||||||
Reference in New Issue
Block a user