Sha256: bc893ba6e13d3d28815c54e2c652f27f0eb12e2f3dbb55fe5d94df6aaeace43a
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
// NOT TO BE CONFUSED WITH header-global SCSS MODULE // STYLES USED IN LANDING PAGE HEADER SECTIONS // SPECIFICALLY THE LARGE BACKGROUND IMAGE IN THE DESIGN // Header styles // ========================================== .header__bg { background-image: url('/assets/img/DSC_8724_4x3.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; height: 55%; height: 55vh; } @media screen and (min-width: 1200px) { .header__bg { height: auto; } }
Version data entries
4 entries across 4 versions & 1 rubygems