This commit is contained in:
2023-06-22 15:14:40 +02:00
parent 39b0a9bd68
commit cd65bca64c
2 changed files with 1219 additions and 7 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
<style> <style>
.nav-link { font-family: 'Roboto'; font-size: 16px; } .nav-link { font-family: 'Roboto'; font-size: 16px; }
.zoom:hover { transform: scale(1.5); } .zoom { transition: transform .2s; }
.zoom:hover { transform: scale(1.1); }
</style> </style>
</head> </head>
<body> <body>
+1217 -6
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 229 KiB

After

Width:  |  Height:  |  Size: 500 KiB