fix: Adjust layout to keep description on two lines & update favicons
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 402 B |
BIN
assets/logo.png
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 23 KiB |
11
index.html
@@ -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 {
|
||||||
|
|||||||