Skip to content

Commit

Permalink
make flexbox width equal
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 22, 2015
1 parent e9932b5 commit 58e5626
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,31 @@ ul {
}

a {
color: #cccccc;
color: #cdcdcd;
text-decoration: none;
}

.infobox a {
color: #999999;
}

a:hover {
color: #aaaaaa;
text-decoration: underline;
}

infobox a:hover {
a:visited {
color: #444444;
}

.infobox a {
color: #999999;
}

.infobox a:hover {
color: #aaaaaa;
}

a:visited {
color: #444444;
@media (min-width: 769px) {
.infobox {
flex: 1 0 0;
}
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 58e5626

Please sign in to comment.