diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
| commit | bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (patch) | |
| tree | 2bc2dc2af19792f1d1d0b436169fa9e374ca7129 /sitemap.html | |
| parent | 2d2287524d566143105c42196a3de2bb7132cfc7 (diff) | |
responsiveness
Diffstat (limited to 'sitemap.html')
| -rw-r--r-- | sitemap.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/sitemap.html b/sitemap.html index 74fc2dd..389c096 100644 --- a/sitemap.html +++ b/sitemap.html @@ -32,12 +32,31 @@ a { font-family: 'Nanum', Georgia, 'Times New Roman', Times, serif; } + + #main { + width: 50%; + } + + @media (max-width: 900px) { + #main { + width: 90vw; + } + + .column { + width: 100%; + } + + .shadow { + display: block; + padding: 0 20px 0 20px; + } + } </style> </head> <body> <h1 class="logo"><a href="index.html"><img src="img/logo.png" alt="Soft Machine"></a></h1> - <div class="shadow" style="width: 50%"> + <div class="shadow" id="main"> <div class="column"> <h1>Sitemap</h1> |
