diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 8d4f347..e751fce 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -1,8 +1,8 @@ .launchButtonBox{ position: fixed!important; - bottom: 120px!important; - right: 20px!important; - left: auto!important; + bottom: 120px; + right: 20px; + left: auto; } .launchButtonNotice{ width: 270px; @@ -23,6 +23,7 @@ font-size: 14px; display: none; } + .launchButtonNotice a{ color: #07a9fe;!important; text-decoration: none; @@ -133,4 +134,14 @@ 50%, 100% {transform: translateY(0);} 75% {transform: translateY(-6px);} } -.animateUpDown{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} \ No newline at end of file +.animateUpDown{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} +@media screen and (max-width: 500px) { + .launchButtonBox{ + width: 100%; + right: 0; + } + .launchButtonNotice{ + width: 100%; + right: auto; + } +} \ No newline at end of file diff --git a/static/html/index_new.html b/static/html/index_new.html index 3308caf..ac49161 100644 --- a/static/html/index_new.html +++ b/static/html/index_new.html @@ -171,4 +171,15 @@ + + + + \ No newline at end of file