web/css/index.css

7 lines
89 B
CSS
Raw Normal View History

2022-04-13 04:28:07 +02:00
#news {
overflow: auto;
height: 150px;
2024-10-13 18:07:50 +02:00
border: solid black;
padding-left: 1em;
2022-04-13 04:28:07 +02:00
}