Skip to content
Snippets Groups Projects
Commit fc146a19 authored by Pavel Djundik's avatar Pavel Djundik Committed by Eugen
Browse files

Improve about page responsiveness (#1252)

parent 941a593e
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,14 @@
color: $color5;
}
}
@media screen and (max-width: 500px) {
flex-direction: column;
.section {
text-align: left;
}
}
}
.owner {
......@@ -281,6 +289,15 @@
}
}
}
@media screen and (max-width: 625px) {
flex-direction: column;
.sidebar {
border: 1px solid lighten($color1, 10%);
width: auto;
}
}
}
.features-list {
......
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