diff options
| author | dev | 2026-06-27 07:01:54 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 07:01:54 +0200 |
| commit | 7d1d61757a39e7f949e65e0d9f8b6555f5010b90 (patch) | |
| tree | 52cd70504de34513069cbba334e954fc477a3229 /ssh/resources/sass/_background.scss | |
| parent | b608ced142cd0527906b554e04376292f718f084 (diff) | |
| download | curious-7d1d61757a39e7f949e65e0d9f8b6555f5010b90.tar.gz | |
feat: split movie synopsis into separate paragraphs
Synopsis now splits on \n\n into individual <p> tags instead of one
big text blob. Already implemented, confirmed working with latest DB data.
Diffstat (limited to 'ssh/resources/sass/_background.scss')
| -rw-r--r-- | ssh/resources/sass/_background.scss | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ssh/resources/sass/_background.scss b/ssh/resources/sass/_background.scss deleted file mode 100644 index 452d4d2..0000000 --- a/ssh/resources/sass/_background.scss +++ /dev/null @@ -1,26 +0,0 @@ -html { - height: 100%; -} - -body { - width: 100%; - height: auto; - min-height:35rem; - background: linear-gradient(to bottom, rgba(1,1,1,.25) 0%, rgba(1,1,1,.45) 90%, rgba(2, 11, 26, 0.65) 100%), url("/img/world-bg.jpg"); - background-color: rgba(2, 11, 26, 0.65); - background-position: center; - background-repeat: no-repeat; - background-attachment: scroll; - background-size: cover; -} -.cover-container { - color: white; - max-width: 42em; -} -.cover { - padding: 0 1.5rem; -} -.cover .btn-lg { - padding: .75rem 1.25rem; - font-weight: 700; -} |
