smaller font
This commit is contained in:
parent
b24ba91bfc
commit
da155d75b6
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ Getting started:
|
|||
python3 -m venv venv
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
./manage.py migrate
|
||||
./manage.py update_geoip
|
||||
./manage.py load_titles
|
||||
./mange.py runserver
|
||||
```
|
||||
|
|
|
@ -87,6 +87,11 @@ main > .film {
|
|||
.video {
|
||||
width: calc(100% / 4 - 16px);
|
||||
figure {
|
||||
a {
|
||||
color: #000;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue