diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-12-23 12:13:36 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-12-23 12:13:36 +0100 |
commit | e959470842ceb2c5650c3f294c54c4068a5f3ed7 (patch) | |
tree | 296e3aaa24716f0d33775fabe7066c5adf251bda | |
parent | 9a77fa012d9eda53a45fbbec8c79c02ac50ce57f (diff) | |
download | harcdzielnia-e959470842ceb2c5650c3f294c54c4068a5f3ed7.tar.gz harcdzielnia-e959470842ceb2c5650c3f294c54c4068a5f3ed7.zip |
description style
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css index 1a37f33..614d2e2 100644 --- a/style.css +++ b/style.css @@ -40,4 +40,9 @@ footer { main img { width: 100%; + margin-bottom: 2em; +} + +main { + padding-bottom: 2em; } |