smaller font

This commit is contained in:
j 2021-11-12 10:41:08 +00:00
parent b24ba91bfc
commit da155d75b6
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Getting started:
python3 -m venv venv python3 -m venv venv
./venv/bin/pip install -r requirements.txt ./venv/bin/pip install -r requirements.txt
./manage.py migrate ./manage.py migrate
./manage.py update_geoip
./manage.py load_titles ./manage.py load_titles
./mange.py runserver ./mange.py runserver
``` ```

View file

@ -87,6 +87,11 @@ main > .film {
.video { .video {
width: calc(100% / 4 - 16px); width: calc(100% / 4 - 16px);
figure { figure {
a {
color: #000;
font-size: 12px;
text-decoration: none;
}
img { img {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;