diff options
Diffstat (limited to '_sass/downloads.scss')
-rw-r--r-- | _sass/downloads.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/_sass/downloads.scss b/_sass/downloads.scss new file mode 100644 index 0000000..eda6431 --- /dev/null +++ b/_sass/downloads.scss @@ -0,0 +1,27 @@ +.downloads { + background-color: #e1e1e1; + box-shadow: 0 0px 10px 0 rgba(0,0,0,0.10); +} + +.download-size { + margin-left: 1em; +} + +.download-tag { + margin-left: 1em; +} + +.stick-top { + margin-top: 0; +} + +@media (min-width: 768px) { + .downloads { + margin-top: 1em; + margin-bottom: 3em; + } + + .other-arches .tab-pane { + margin-left: 1em; + } +}
\ No newline at end of file |