Commit 71fa37a2 authored by Arnolds's avatar Arnolds
Browse files

Added margin-bottom styling for paragraphs in index.php

parent 5cc94e13
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ header('X-Robots-Tag: noindex, nofollow');
            text-decoration: none;
            font-size: 1.2rem;
        }
        p {
            margin-bottom: .5rem;
        }
    </style>
</head>
<body class="bg-light">