Commit ed242b6f authored by Arnolds's avatar Arnolds
Browse files

Fixed margin-bottom issue for the last child in modal body.

parent 71fa37a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ header('X-Robots-Tag: noindex, nofollow');
        p {
            margin-bottom: .5rem;
        }
        .modal-body > *:last-child {
            margin-bottom: 0;
        }
    </style>
</head>
<body class="bg-light">