diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-07 13:22:44 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-08 09:02:42 +0200 |
| commit | 0e2a0090da2e00167847d16f89db452872704b05 (patch) | |
| tree | 8a00f5eb907753175f09e619b3137e0d45e51c30 /index.html | |
| parent | 4e322c636bbc3e8064342931fe604bc6ddbe5f4e (diff) | |
Improvements
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; |
