Skip to content

Commit

Permalink
update on menu and frontoage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Zschernack committed Nov 14, 2023
1 parent 4a50086 commit 44e5432
Show file tree
Hide file tree
Showing 13 changed files with 342 additions and 7 deletions.
20 changes: 20 additions & 0 deletions front-page.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
<?php get_header(); ?>

<style>
/* wehiko stuff mobile.de */
#wehiko-app{
display: none !important;
}
.ad {
display: none !important;

&:nth-child(1) {
display: inherit !important;
}
&:nth-child(2) {
display: inherit !important;
}
&:nth-child(3) {
display: inherit !important;
}
}
</style>

<div class="container p-0" id="main">

<div class="row">
Expand Down
14 changes: 14 additions & 0 deletions images/icons/Beschichtung_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/icons/Kontakt_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/icons/Service_Icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions images/icons/aufbereitung_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions images/icons/fahrzeuge_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icons/felge_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions scss/includes/_content.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
a{
text-decoration: underline;

&:hover{
text-decoration: none;
}
}


.posts-grid {
display: grid;
font-size: 20px;
Expand Down
4 changes: 2 additions & 2 deletions scss/includes/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ body {

a {
color: $copyblue;
text-decoration: none;
text-decoration: underline;
&:hover {
text-decoration: underline;
text-decoration: none;
}
}

Expand Down
Loading

0 comments on commit 44e5432

Please sign in to comment.