Resume page working, many other small improvements
This commit is contained in:
parent
d9b2b6946a
commit
1e708c02a3
11 changed files with 129 additions and 60 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* The default single page template.
|
||||
* The 73k theme static front page style
|
||||
*
|
||||
* @author Freeshifter LLC
|
||||
* @author Adam Piontek
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@ namespace WP_73k;
|
|||
|
||||
get_header('', array('fixednav'=>true)); ?>
|
||||
<main class="container-fluid h-100 d-flex justify-content-center align-items-center">
|
||||
<div class="d-flex flex-column-reverse flex-lg-row align-items-lg-end mt-5" id="front-page">
|
||||
<div class="d-flex flex-column-reverse flex-lg-row align-items-lg-end mt-5" id="tek-front-page">
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue