From 4686772742a828841441ca6894a003576aa9654a Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 27 Apr 2024 18:23:56 -0300 Subject: [PATCH] remove comments --- styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 3af4464..d21acc7 100644 --- a/styles.css +++ b/styles.css @@ -30,7 +30,7 @@ body { } #main:hover .logo img { - transform: scale(1.5) rotate(360deg); /* Adjust the scale factor as needed */ + transform: scale(1.5) rotate(360deg); } #main:hover #text { @@ -44,5 +44,4 @@ body, html{ } @font-face { font-family: CustomFont; - src: url('static/fonts/c1-kenangan.regular.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */ -} \ No newline at end of file + src: url('static/fonts/c1-kenangan.regular.otf') format('truetype'); \ No newline at end of file