Author: Paulo Nunes [syndicatefx@gmail.com]
Committer: GitHub [noreply@github.com] Thu, 30 Mar 2023 15:42:14 +0000
Hash: ba817552ffad62642e7a6bd9ff446aad8da78fc5
Timestamp: Thu, 30 Mar 2023 15:42:14 +0000 (1 year ago)

+1 -1 +/-1 browse
op-logo-svg-fix (#359)
op-logo-svg-fix (#359)

align line-stem to inner circle
1diff --git a/docsite/index.html b/docsite/index.html
2index 62fc9bd..4ffbf47 100644
3--- a/docsite/index.html
4+++ b/docsite/index.html
5 @@ -51,7 +51,7 @@
6 <nav>
7 <a href="/">
8 <svg class="op-icon" viewBox="0 0 200 200">
9- <line class="op-icon-p" x1="66" x2="66" y1="100" y2="175" stroke-width="25"/>
10+ <line class="op-icon-p" x1="65" x2="65" y1="100" y2="175" stroke-width="25"/>
11 <circle class="op-icon-p" cx="100" cy="100" r="35" fill="transparent" stroke-width="25"/>
12 <circle class="op-icon-o" cx="100" cy="100" r="85" fill="transparent" stroke-width="25"/>
13 </svg>