mirror of
https://github.com/PurpleI2P/purplei2p.github.io
synced 2025-01-16 17:40:00 +00:00
CSS fixes
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
e4337e6c78
commit
868530b25f
@ -230,7 +230,7 @@ a:hover {color: lightgrey;}
|
|||||||
.content { text-align: left; }
|
.content { text-align: left; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#donations {display: none;}
|
#donations {display: none; overflow-wrap: break-word;}
|
||||||
#donations:target {display: block;}
|
#donations:target {display: block;}
|
||||||
.p-hr {
|
.p-hr {
|
||||||
border-top: 5px var(--color1) solid;
|
border-top: 5px var(--color1) solid;
|
||||||
@ -243,3 +243,7 @@ a:hover {color: lightgrey;}
|
|||||||
.links { color: var(--color1); text-align: center; }
|
.links { color: var(--color1); text-align: center; }
|
||||||
.links a {font-size: 1.2em; padding: 10px; color: var(--color1); }
|
.links a {font-size: 1.2em; padding: 10px; color: var(--color1); }
|
||||||
.links img {max-height: 50px;color: var(--color1); }
|
.links img {max-height: 50px;color: var(--color1); }
|
||||||
|
|
||||||
|
@media screen and (max-width: 980px) {
|
||||||
|
.header a {display: block;}
|
||||||
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Invisible Internet Protocol Daemon</title>
|
<title>Invisible Internet Protocol Daemon</title>
|
||||||
<link href="css/app.css" rel="stylesheet">
|
<link href="css/app.css" rel="stylesheet">
|
||||||
<link rel="prefetch" type="application/l10n" href="locales/data.ini" />
|
<link rel="prefetch" type="application/l10n" href="locales/data.ini" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user