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