Remove floating animation on terminals

This commit is contained in:
Thomas Smith 2023-02-28 13:31:37 -05:00
parent d8366cf226
commit 3ee0cd1290

View file

@ -189,7 +189,6 @@
background-color: #1a1a1a;
border: 1px solid gray;
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
animation: float 3s ease-in-out infinite;
}
.terminal-bar{