]> git.bitcoin.ninja Git - satsto.me/commitdiff
Fix bogus horizontal scroll bar
authorMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 14:57:47 +0000 (14:57 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 14:57:47 +0000 (14:57 +0000)
index.html

index 37764e6815b586ceae7991711c233f58cf86fab8..78e795265caa4cd23a90d0edab6da011e272624a 100644 (file)
@@ -44,8 +44,8 @@
                                }
                                .right {
                                        flex: 1 0 50%;
-                                       max-width: calc(50% + 15px);
-                                       min-width: calc(50% + 15px);
+                                       max-width: calc(50% + 14px);
+                                       min-width: calc(50% + 14px);
                                        order: 3;
                                        display: flex;
                                        flex-direction: column;
@@ -66,6 +66,7 @@
                                .right-header-second-paragraph {
                                        padding: 20px 30px 0 30px;
                                        border-top: 1px solid #528080;
+                                       box-sizing: border-box;
                                }
                                .right-header {
                                        padding: 30px 0 20px 0 !important;