diff --git a/public/index.html b/public/index.html index 8fcf05e..93a5086 100644 --- a/public/index.html +++ b/public/index.html @@ -276,7 +276,10 @@ -

PairDrop

+
+

PairDrop

+
v1.7.2
+
The easiest way to transfer files across devices
diff --git a/public/styles.css b/public/styles.css index 9273504..7f2913b 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1142,6 +1142,15 @@ button::-moz-focus-inner { --icon-size: 96px; } +#about .title-wrapper { + display: flex; + align-items: baseline; +} + +#about .title-wrapper > div { + margin-left: 0.5em; +} + #about x-background { position: absolute; --size: max(max(230vw, 230vh), calc(150vh + 150vw)); diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index ff896c3..f8eb380 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -279,7 +279,10 @@ -

PairDrop

+
+

PairDrop

+
v1.7.2
+
The easiest way to transfer files across devices
diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index bd2062c..fb2a5cb 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -1168,6 +1168,15 @@ button::-moz-focus-inner { --icon-size: 96px; } +#about .title-wrapper { + display: flex; + align-items: baseline; +} + +#about .title-wrapper > div { + margin-left: 0.5em; +} + #about x-background { position: absolute; --size: max(max(230vw, 230vh), calc(150vh + 150vw));