From 5d7611e8d20cb4dc66129e5a38b8de47509e33f8 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Feb 2023 13:20:08 -0500 Subject: [PATCH] Fixed pgp overflow --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index a0cfadb..74086af 100644 --- a/css/styles.css +++ b/css/styles.css @@ -71,4 +71,5 @@ a:hover { width: 81%; background-color: #222831; border-radius: 15px; + word-wrap: break-word; }