diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-07 11:55:29 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-07 11:55:29 +0200 |
commit | a4f7aaa14f4af1f65b77e5c819df9668ec749fe4 (patch) | |
tree | 20b3434c1d8cd2a81bc6056ae7ad49a55cfb67e7 | |
parent | 8ffaa7d90fb94b67f3c501e6205454d49846371f (diff) | |
download | fileup-a4f7aaa14f4af1f65b77e5c819df9668ec749fe4.tar.gz |
Actions part 5 of N, CSS
-rw-r--r-- | css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 3121768..5c30947 100644 --- a/css/style.css +++ b/css/style.css @@ -160,6 +160,7 @@ form > h2 { background: #f0f0f0; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; + align-content: center; } @@ -500,3 +501,8 @@ pre { flex: 1 1 0; padding-left: 0.8rem; } + +iframe { + margin: 0; + border: 0; +} |