initial project cleanup, wp-content

kolarix999 2 years ago
parent 2f8379993d
commit ee122caf4e

Binary file not shown.

@ -100,6 +100,10 @@
.wp-block-image { .wp-block-image {
margin: 30px auto 0; margin: 30px auto 0;
img {
margin: 0 auto;
}
} }
@media screen and (min-width: 768px) and (max-width: 990px) { @media screen and (min-width: 768px) and (max-width: 990px) {

@ -35,7 +35,6 @@ add_action( 'after_setup_theme', 'biztime_setup' );
function biztime_favicon() { function biztime_favicon() {
echo '<link rel="shortcut icon" type="image/x-icon" href="' . get_template_directory_uri() . '/favicon.ico" />' . "\n"; echo '<link rel="shortcut icon" type="image/x-icon" href="' . get_template_directory_uri() . '/favicon.ico" />' . "\n";
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">'; echo '<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">';
echo '<link rel="preload" as="image" href="' . get_template_directory_uri() . '/images/illustration-devices.svg" />' . "\n";
} }
function biztime_enqueue_styles() { function biztime_enqueue_styles() {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 KiB

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><g fill="#323334" fill-rule="evenodd"><path d="M0 32V.241h23.041zM31.15 32V.241h-4.411L17.48 13.158zM3.645 32l11.854-15.879L27.353 32z"/></g></svg>

Before

Width:  |  Height:  |  Size: 210 B

Loading…
Cancel
Save