fix: Adjust layout to keep description on two lines & update favicons

This commit is contained in:
Cauê Faleiros
2026-03-31 15:41:54 -03:00
parent ac0f851e06
commit 9879ad9bb0
7 changed files with 1149 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -6,9 +6,10 @@
<title>Black Brasil</title> <title>Black Brasil</title>
<!-- Favicons --> <!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"> <link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon-192x192.png"> <link rel="icon" type="image/png" href="./assets/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png"> <link rel="apple-touch-icon" href="./assets/apple-touch-icon.png">
<link rel="shortcut icon" href="./assets/favicon-32x32.png" type="image/png">
<!-- Google Fonts --> <!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
@@ -40,7 +41,7 @@
.container { .container {
width: 100%; width: 100%;
max-width: 600px; max-width: 680px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -58,7 +59,7 @@
font-size: 15px; font-size: 15px;
line-height: 1.5; line-height: 1.5;
margin-bottom: 30px; margin-bottom: 30px;
padding: 0 10px; padding: 0;
} }
.links-container { .links-container {

1143
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff