mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(fix) GetDash: add matchHeight to columns
This commit is contained in:
parent
1cfddb82c7
commit
d2eea20612
3 changed files with 14 additions and 13 deletions
|
@ -32,8 +32,8 @@
|
||||||
|
|
||||||
<!-- JavaScript -->
|
<!-- JavaScript -->
|
||||||
<script src="//cdn.jsdelivr.net/lodash/4.12.0/lodash.min.js"></script>
|
<script src="//cdn.jsdelivr.net/lodash/4.12.0/lodash.min.js"></script>
|
||||||
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||||
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js'></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js"></script>
|
||||||
<script src="/dist/js/main.min.js"></script>
|
<script src="/dist/js/main.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function formatNumber (num) {
|
function formatNumber (num) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -26,16 +26,17 @@ $m: 'info-grid';
|
||||||
background-color: rgba($color-white, 0.5);
|
background-color: rgba($color-white, 0.5);
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
||||||
|
@include mq($to: small) {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
||||||
}
|
}
|
||||||
@include mq($to: small) {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&-title {
|
&-title {
|
||||||
@include font-title-small();
|
@include font-title-small();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue