Heroku using nginx, reverted public and some fixes

This commit is contained in:
Pablo Ferreiro 2022-03-13 18:22:36 +01:00
parent 8ece2c2b25
commit 1b29950d89
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
15 changed files with 38 additions and 33 deletions

23
styles/feed.css Normal file
View file

@ -0,0 +1,23 @@
#video {
height: 100%;
overflow: hidden;
}
figure {
position: relative;
display: inline-block;
}
.hidden {
display: none;
}
.clickable-img {
cursor: pointer;
}
.clickable-img img {
width: 100%;
height: 100%;
pointer-events: none;
}

1
styles/vendor/bulma.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
styles/vendor/bulma.min.css.map vendored Normal file

File diff suppressed because one or more lines are too long