add news panel

This commit is contained in:
rick 2022-04-13 04:28:07 +02:00
commit 7a07491c0f
Signed by: Rick
GPG key ID: 4A6223D66294EB20
2 changed files with 16 additions and 0 deletions

4
css/index.css Normal file
View file

@ -0,0 +1,4 @@
#news {
overflow: auto;
height: 150px;
}