Sha256: 180297ba1b809ffed11d587ae423dedbf3e17ebed9c0f4a2a854fe1ec167d1cf
Contents?: true
Size: 482 Bytes
Versions: 4
Compression:
Stored size: 482 Bytes
Contents
#home-wrapper { height: 100%; padding: 10px; } @media only screen and (min-width: 600px) { #home-wrapper { padding: 0px; display: grid; grid-template-rows: 3fr 9fr; grid-template-areas: "space-top" "home"; } } #home { grid-area: home; max-width: 500px; justify-self: center; } #home p { font-size: 1.2em; line-height: 30px; } #home h1, #home h2 { font-size: 3em; letter-spacing: 2px; margin-bottom: 5px; font-weight: 400; }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simport-1.7.0 | _sass/home.scss |
simport-1.6.2 | _sass/home.scss |
simport-1.6.1 | _sass/home.scss |
simport-1.6.0 | _sass/home.scss |