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

Merge branch '504-mobile-styles-optimieren-inkl-quicktips' into 'development'

Heterogene View: Werbung-Styles

See merge request !914
parents df07077c b09fd23c
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -107,6 +107,8 @@ body { ...@@ -107,6 +107,8 @@ body {
font-weight: 400; font-weight: 400;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
text-overflow: ellipsis;
overflow: hidden;
} }
.result-description { .result-description {
...@@ -115,7 +117,14 @@ body { ...@@ -115,7 +117,14 @@ body {
.result-source { .result-source {
display: none; display: none;
}
.ad .result-source {
display: block;
}
.result-source a {
color: hsl(0, 0%, 13%);
} }
.result-thumbnail { .result-thumbnail {
...@@ -253,7 +262,7 @@ li .focus-cell:hover { ...@@ -253,7 +262,7 @@ li .focus-cell:hover {
padding-left: 0px; padding-left: 0px;
} }
@media (max-width: 330px) { /*für sehr kleine mobile Viewports (z.B. iPhone 5S)*/ @media (max-width: 330px) { /*für sehr kleine mobile Viewports (z.B. iPhone 5S)*/
.result-action { .result-action {
font-size: 13px; font-size: 13px;
} }
......
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