fix: Adjust layout to keep description on two lines & update favicons
This commit is contained in:
11
index.html
11
index.html
@@ -6,9 +6,10 @@
|
||||
<title>Black Brasil</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon-192x192.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="./assets/favicon-192x192.png" sizes="192x192">
|
||||
<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 -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -40,7 +41,7 @@
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
max-width: 680px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -58,7 +59,7 @@
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 30px;
|
||||
padding: 0 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.links-container {
|
||||
|
||||
Reference in New Issue
Block a user