remove comments

This commit is contained in:
waifu 2024-04-27 18:23:56 -03:00
parent 1c9f0caf19
commit 4686772742

View file

@ -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 */
}
src: url('static/fonts/c1-kenangan.regular.otf') format('truetype');