Skip to content

Commit

Permalink
Fixing bugs in css querys.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertrein committed Jan 6, 2020
1 parent 518869d commit 90447da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/Repos/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
text-align: center;
color: #555
}
@media screen and (max-width: 1350px){
@media screen and (max-width: 1650px){
.repos-content{
column-count: 5;
column-count: 4;
}
}
@media screen and (max-width: 1300px){
@media screen and (max-width: 1400px){
.repos-content{
column-count: 4;
column-count: 3;
}
}
@media screen and (max-width: 1050px){
Expand All @@ -100,6 +100,7 @@
.repository{
display: block;
}
.repository p.title{font-size: 23px;}
}


Expand Down

0 comments on commit 90447da

Please sign in to comment.