fixed front page layout issues on mobile
This commit is contained in:
parent
b84a5ccc1e
commit
7665502e52
3 changed files with 6 additions and 69 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
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="tek-front-page">
|
||||
get_header(); ?>
|
||||
<main class="container d-flex justify-content-center">
|
||||
<div class="d-flex flex-column-reverse flex-lg-row align-items-lg-end mt-sm-3 mt-md-4 pt-md-4 mt-lg-5 pt-lg-5 pb-5" id="tek-front-page">
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue