We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9914c commit e5816a8Copy full SHA for e5816a8
css/style.css
@@ -213,6 +213,7 @@ img.modal-tyto-logo {
213
height: calc(100% - 60px);
214
height: -webkit-calc(100% - 60px);
215
display: inline-block;
216
+ vertical-align: top;
217
position: relative;
218
}
219
#barn .column .column-title {
less/barn.less
@@ -16,6 +16,7 @@
16
height: ~"calc(100% - 60px)";
17
height: ~"-webkit-calc(100% - 60px)";
18
19
20
21
22
0 commit comments