diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 22:04:57 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 22:04:57 -0700 |
commit | 55024f44c3713049c68e4f3f23ecdc3633cd4a24 (patch) | |
tree | 5989a20209f7b1e3a06f2eeca70b56a9bd2f7995 /src/css | |
parent | c3242b171cdbb36a26fda04c7148b9b40a5f5c33 (diff) | |
download | the-abstraction-engine-55024f44c3713049c68e4f3f23ecdc3633cd4a24.tar.gz the-abstraction-engine-55024f44c3713049c68e4f3f23ecdc3633cd4a24.zip |
add function box entity
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/style.css b/src/css/style.css index cdfef76..8f72fce 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -78,7 +78,7 @@ a:visited { display: flex; justify-content: center; align-items: center; - padding-bottom: 1rem; + padding: 1rem; height: 100%; flex-direction: column; gap: 1rem; |