diff --git a/index.html b/index.html index a5a6fd5..d55835c 100644 --- a/index.html +++ b/index.html @@ -303,31 +303,42 @@ width: 14rem; } + .rmtimeslogo_size{ + width:27.6rem; + height:7.2rem; + overflow:visible + } + .spinner { - animation: Rotate 2.4s both infinite linear; -} -.path { - animation: DrawLine 1.6s both infinite alternate linear; - fill: none; - stroke: #000; - stroke-width: 50; -} -@keyframes Rotate { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } -} -@keyframes DrawLine { - 0% { - stroke-dasharray: 0 126; - } - 100% { - stroke-dasharray: 126 126; - } -} + animation: Rotate 2.4s both infinite linear; + } + + .path { + animation: DrawLine 1.6s both infinite alternate linear; + fill: none; + stroke: #000; + stroke-width: 50; + } + + @keyframes Rotate { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } + } + + @keyframes DrawLine { + 0% { + stroke-dasharray: 0 126; + } + + 100% { + stroke-dasharray: 126 126; + } + } /*________________________________________________________________________________________________________________________________*/ @@ -341,6 +352,10 @@ .topnav a img { width: 10rem; } + + .rmtimeslogo_size{ + width:15rem; + } } @media all and (min-width: 640px) { @@ -364,7 +379,7 @@