television

a simple LAN/WLAN desktop public broadcasting service
Log | Files | Refs | README

commit 376f844cc04a91aae3efd91fbeed15ec17cd5288
parent 4a1e3b244e91ded01b3ff25c5f7f7a609a894fd0
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sat, 14 Sep 2024 22:22:13 +0200

no margin and padding by default

Diffstat:
Mwww/style.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/www/style.css b/www/style.css @@ -1,3 +1,9 @@ +* { + margin: 0; + padding 0; +} + img { width: 100%; } +