diff --git a/src/App.css b/src/App.css index 126c9b9..e50a476 100644 --- a/src/App.css +++ b/src/App.css @@ -15,18 +15,16 @@ h1 { } h4 { - white-space: nowrap; overflow: hidden; - position: relative; border-left: 1px solid #419de6; border-right: 1px solid #419de6; - transition: 0.2s; - width: 75%; + transition: 0.3s; + width: 85%; font-size: x-large; } h4:hover { - width: 90%; + width: 95%; } .bounce {