]> git.bitcoin.ninja Git - satsto.me/commitdiff
Prevent third column (at least as long as we're as tall as the header)
authorMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 15:12:49 +0000 (15:12 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 15:13:43 +0000 (15:13 +0000)
index.html

index 78e795265caa4cd23a90d0edab6da011e272624a..1b49b2b46edc70959129734acdc1674530e4f7f0 100644 (file)
                                        padding: 0;
                                }
                                .intro-text {
-                                       flex: 0;
                                        max-width: calc(50% - 15px);
                                        padding: 30px 40px 0 30px;
                                        box-sizing: border-box;
                                }
                                .footer {
-                                       flex: 1 0 50%;
+                                       flex: 1;
                                        max-width: calc(50% - 15px);
                                        padding: 0 40px 30px 30px;
                                        box-sizing: border-box;
+                                       min-height: 0;
                                }
                                .right {
                                        flex: 1 0 50%;