diff --git a/css/app.css b/css/app.css index 9a57a72..5229d70 100644 --- a/css/app.css +++ b/css/app.css @@ -21,36 +21,36 @@ body { } .side-button-right { - position: fixed; - right: 30px; + /*position: fixed;*/ + /*right: 30px;*/ - height: 60px; - width: 60px; + /*height: 60px;*/ + /*width: 60px;*/ font-size: 1.7em; } .add-tracker-button { - position: fixed; - left: 30px; - bottom: 30px; + /*position: fixed;*/ + /*left: 30px;*/ + /*bottom: 30px;*/ - height: 60px; - width: 60px; + /*height: 60px;*/ + /*width: 60px;*/ font-size: 1.7em; } .first-button { - bottom: 30px; + /*bottom: 30px;*/ } .second-button { - bottom: 110px; + /*bottom: 110px;*/ } .third-button { - bottom: 190px; + /*bottom: 190px;*/ } .navbar-brand { @@ -123,4 +123,19 @@ nav, .card { display: inline-block; max-width: 85%; margin-left: 5%; +} + +#bottom-menu { + position: fixed; + bottom: 0; + width: 100%; + align-content: center; + background-color: #bdbdbd; + height: 90px; + border-top: 1px solid grey; + padding: 0; +} + +.bottom-menu-item { + width: 100%; } \ No newline at end of file diff --git a/index.html b/index.html index d770911..26df0a9 100644 --- a/index.html +++ b/index.html @@ -11,104 +11,88 @@
-