diff --git a/css/master.css b/css/master.css index 8ee16d3..6f17f36 100644 --- a/css/master.css +++ b/css/master.css @@ -1,5 +1,6 @@ body { background-image: url("../images/background.png"); + font-family: 'Roboto', sans-serif; } textarea { @@ -26,8 +27,16 @@ i.fa { font-weight: 600; } +.input-spacing { + margin: 5%; +} + +.progress { + margin-top: 2%; +} + .proposalBlock { - margin-top: 6%; + /*margin-top: 6%;*/ padding: 7%; background-color: #ffffff; box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16); @@ -68,6 +77,36 @@ i.fa { width: 20%; } +#side-header { + margin-top: 40%; +} + +#side_header_description { + margin: 20% 0% 20% 0%; +} + +#proposal_link { + font-weight: 600; +} + +@media (max-width: 992px) { + #side-header { + margin-top: 4%; + } + + .proposalBlock { + margin-top: 0%; + } + + .header_description { + margin: 1% 0% 1% 0%; + } + + #side_header_description { + margin: 1% 0% 1% 0%; + } +} + #walletCommandsHeader { margin-top:2em; } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..fd933cc Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index a8e5050..ca8d5e7 100755 --- a/index.html +++ b/index.html @@ -2,8 +2,12 @@
+Generate budget proposal commands you can copy/paste into your Dash wallet to prepare a budget proposal and submit it to the network.
+