style: Add margin-top to terminal-container class

This commit is contained in:
Paul Gauthier (aider) 2025-03-14 09:38:10 -07:00
parent b4313599f8
commit d4d4c6de68

View file

@ -84,6 +84,7 @@
border-radius: 6px; border-radius: 6px;
overflow: hidden; overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
} }