Sha256: 9885f725dabd338aca7d25318e91fe242e3ab63b4834e9bbfa21f305f4d5d4f5
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
/* Extra small devices (phones, less than 768px) */ @media (max-width: 767px) { body{ padding: 0; } .sidebar-wrapper { position: static; width: inherit; } .main-wrapper { padding: 30px; } .main-wrapper .time { position: static; display: block; margin-top: 5px; } .main-wrapper .upper-row { margin-bottom: 0; } } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .skillset .level-title { display: inline-block; float: left; width: 30%; margin-bottom: 0; } .skillset .level-bar { display: inline-block; width: 70%; float: left; position: relative; top: 1px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { } /* Ex-Large devices (large desktops, 1200px and up) */ @media (min-width: 1400px) { }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chiefsan.github.io-0.0 | _sass/_responsive.scss |