Limit search entry width

This commit is contained in:
Chocobozzz 2021-04-01 16:59:57 +02:00
parent 4429a4a6e7
commit 038907bcb2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -50,6 +50,7 @@
.entry {
display: flex;
margin-bottom: 40px;
max-width: 800px;
}
.video-channel {