About mediaqueries fixes
This commit is contained in:
parent
bc902e0500
commit
51b7d9c92c
3 changed files with 4 additions and 2 deletions
|
@ -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
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue