Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97d9b6f1 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

style fix

parent 5a88f7ee
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ dl dd {
#content {
margin-left: 0;
max-width: 100%;
}
}
......@@ -257,6 +258,7 @@ dl dd {
@media screen and (max-width: 768px) {
#content {
margin-left: 0;
max-width: 100%;
}
#content #content {
......@@ -300,6 +302,10 @@ dl dd {
}
@media screen and (max-width: 480px) {
#content {
max-width: 100%;
}
#content .sidebar {
width: 100%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment