About mediaqueries fixes

This commit is contained in:
Karol Orzeł 2015-01-27 10:17:42 +01:00
parent bc902e0500
commit 51b7d9c92c
3 changed files with 4 additions and 2 deletions

View File

@ -1384,7 +1384,8 @@ ul.pagination {
display: inline-block;
float: left;
width: 22%;
margin: 0 1rem; }
margin: 0 1rem;
margin-bottom: 2rem; }
@media only all and (max-width: 47.938em) {
.team .members .member {
display: block;

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@ $module-bg: #EEEEEE;
float: left;
width: 22%;
margin: 0 1rem;
margin-bottom: 2rem;
@include breakpoint(mobile-only) {
display: block;
width: 100%;