diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 17:33:39 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 17:33:39 -0500 |
| commit | 8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 (patch) | |
| tree | 7153b7ec4ddc4a301d0ba4d09b4e359a36fd6e63 /src/styles/cards.css | |
| parent | 6cd9fb7c8964f8f1b3cc8137bbda45a633e62587 (diff) | |
| download | personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.gz personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.bz2 personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.zip | |
Guestbook refreshes once submitting a message
Diffstat (limited to 'src/styles/cards.css')
| -rw-r--r-- | src/styles/cards.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/cards.css b/src/styles/cards.css index 67a618c..12e5a3f 100644 --- a/src/styles/cards.css +++ b/src/styles/cards.css @@ -27,7 +27,7 @@ /* Mobile view */ @media (max-width: 992px) { - main { + .grid { grid-template-columns: 1fr; } } |
