Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6c3030ca
authored
2022-02-18 11:13:05 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
1 parent
89f7837c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
wp-content/themes/understrap-child/404.php
wp-content/themes/understrap-child/404.php
View file @
6c3030c
...
...
@@ -238,8 +238,23 @@ $container = get_theme_mod( 'understrap_container_type' );
</div>
</div>
<style>
.site
{
background-color
:
#012169
;
}
.custom-logo-link
{
display
:
none
;
display
:
none
;
}
@media
(
max-width
:
768px
){
.header-image
{
top
:
1px
!important
;
position
:
relative
;
max-height
:
500px
;
min-height
:
500px
;
}
.header-image
.header-text
.h1
,
.header-image
.header-text
h1
{
display
:
block
!important
;
color
:
#fff
!important
;
}
}
</style>
<?php
...
...
Please
register
or
sign in
to post a comment