1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2025-01-28 06:48:25 +00:00

20 lines
601 B
CSS
Raw Normal View History

2017-09-28 08:52:22 -05:00
body { margin: 2em auto 0; }
footer { margin-top: 2.5em; margin-bottom: 1.5em; padding-top: 1em; border-top: 1px solid #ccc; }
2018-08-12 15:34:56 -05:00
div.dark-bg { background-color: #252526; color: #bababa; }
2017-09-28 08:52:22 -05:00
2018-08-12 15:34:56 -05:00
.fiv-cla, .fiv-viv, .fiv-sqo, .fiv-hcd { font-size: 3.5em; margin: .5em 0 2px; }
2018-08-12 13:42:10 -05:00
.icon-desc { font-size: .85em; text-align: center; overflow: scroll; white-space: nowrap; }
2017-09-28 08:52:22 -05:00
#github { margin-top: .5em; max-width: 160px; }
2018-07-25 11:34:23 -05:00
.ga-beacon { margin-top: .5em; }
2017-09-28 08:52:22 -05:00
div.spacer-1 { height: 1em; }
div.spacer-2 { height: 2em; }
/* Media Query Hacks */
@media (max-width: 767px) {
.hidden-xs-down {
display: none;
}
}