Skip to content
Snippets Groups Projects
Commit 915edb4a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

switched position of search logo

parent 7d8cce17
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
@media (max-width: @breakpoint-hero-medium) { @media (max-width: @breakpoint-hero-medium) {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto auto auto; grid-template-rows: auto auto auto auto;
grid-template-areas: "heading heading" "text list" "call-to-action list" "search-logo search-logo"; grid-template-areas: "search-logo search-logo" "heading heading" "text list" "call-to-action list";
> h1 { > h1 {
text-align: center; text-align: center;
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
} }
> div.search-logo { > div.search-logo {
padding: 4rem 1rem 1rem 1rem; padding: 0 1rem 3rem 1rem;
} }
} }
} }
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
> .container { > .container {
grid-template-columns: 1fr; grid-template-columns: 1fr;
grid-template-rows: auto auto auto auto auto; grid-template-rows: auto auto auto auto auto;
grid-template-areas: "heading" "text" "list" "call-to-action " "search-logo"; grid-template-areas: "search-logo" "heading" "text" "list" "call-to-action";
> p { > p {
text-align: center; text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment