projects
/
pgdayuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b4802
)
Fix QR code styling.
author
Dave Page
<dpage@pgadmin.org>
Tue, 3 Sep 2024 12:59:35 +0000
(13:59 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 3 Sep 2024 12:59:35 +0000
(13:59 +0100)
static/css/pgdayuk.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/pgdayuk.css
b/static/css/pgdayuk.css
index 6645b29caad09b6590f015dcd4aa2f404de817a0..48819a508ab022493285c17a828682f189d90f6a 100644
(file)
--- a/
static/css/pgdayuk.css
+++ b/
static/css/pgdayuk.css
@@
-777,3
+777,9
@@
img.speaker-photo {
width: 100%;
padding: 0.5rem;
}
+
+.qrlink {
+ width: 164px;
+ height: 164px;
+ border-radius: 0;
+}
\ No newline at end of file