clearFix so that #monitors actually has a height

This commit is contained in:
Isaac Connor 2017-11-01 11:52:59 -04:00
parent a9d4dfac45
commit 445fbb06d6
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@
width: 99%;
}
#monitors:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
#monitors .monitor {
min-width: 180px;
margin: 0;