Compare commits

...

3 Commits

Author SHA1 Message Date
7286199411 Merge branch 'master' of git.jakecharman.co.uk:jake/jc-ng 2025-10-10 17:00:23 +01:00
c35e2b3ef0 Bump Python 2025-10-10 16:59:24 +01:00
6b338ce9ff CSS Tweaks 2025-10-10 16:52:04 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-bookworm
FROM python:3.14-bookworm
RUN apt-get update
RUN apt-get -y install apache2 apache2-dev
COPY src/requirements.txt /var/www/jc/requirements.txt

View File

@@ -218,6 +218,13 @@ label{
display: block;
margin: 0 auto 0 auto;
max-width: 100%;
max-height: 50vh;
}
#article>p>video{
margin: 0 auto 0 auto;
max-width: 100%;
max-height: 50vh;
}
pre{