Skip to content
Snippets Groups Projects
Commit b955c3e2 authored by Kim Höfer's avatar Kim Höfer
Browse files

add media queries to page

parent cfe14c66
No related branches found
No related tags found
3 merge requests!1895Development,!1882Development,!1878Resolve "Create and link to information page about the used search engines"
.enginecontainer {
display: grid;
grid-template-columns: 333px 333px 333px;
}
.search-engine-dt { .search-engine-dt {
font-weight: bold; font-weight: bold;
} }
@media(min-width: 600px){
.enginecontainer {
display: grid;
grid-template-columns: 50% 50%;
}
}
@media(min-width: 1000px){
.enginecontainer {
display: grid;
grid-template-columns: 333px 333px 333px;
}
}
\ No newline at end of file
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