commit 991b66515e8de095898334f31133062e3eb24209
parent a6dcec4c1d13a472a0dd35037dff441b8d352a7a
Author: William Casarin <jb55@jb55.com>
Date: Fri, 4 Nov 2022 17:28:10 -0700
web: rounded image corners
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/webv2/damus.css b/webv2/damus.css
@@ -22,6 +22,7 @@
.inline-img {
width: 100%;
+ border-radius: 8px;
}
.boost {
diff --git a/webv2/index.html b/webv2/index.html
@@ -6,7 +6,7 @@
<title>Damus</title>
- <link rel="stylesheet" href="damus.css?v=15">
+ <link rel="stylesheet" href="damus.css?v=16">
</head>
<body>
<section class="header">