diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>Test</title> + <title>jan.systems</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> @@ -63,6 +63,10 @@ color: #0090a0; } + img { + max-width: 100%; + } + blockquote { display: block; background-color: #0090a020; |
