diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dd17481..8d5a3c6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,29 +2,15 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + diff --git a/index.html b/index.html index 278c3b9..9499b74 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ padding: 0; font-family: 'Raleway', serif; font-size: 1.5rem; + background: white; } html { padding: 0; diff --git a/src/assets/logo.png b/src/assets/logo.png index 38d824a..e13bb7b 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/assets/main.css b/src/assets/main.css index aed2f2e..7f98a27 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,32 +1,54 @@ @import './base.css'; #app { - margin: 0 auto; - padding: 0; + margin: 0 auto; + padding: 0; + min-width: 100vw; + min-height: 100vh; } a, .green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); - transition: 0.4s; + text-decoration: none; + color: hsla(160, 100%, 37%, 1); + transition: 0.4s; } @media (hover: hover) { - a:hover { - background-color: hsla(160, 100%, 37%, 0.2); - } + a:hover { + background-color: hsla(160, 100%, 37%, 0.2); + } } @media (min-width: 1024px) { - body { - display: flex; - place-items: center; - } + body { + display: flex; + place-items: center; + } - #app { - display: grid; - grid-template-columns: 1fr 1fr; - padding: 0; - } + #app { + display: grid; + grid-template-columns: 1fr 1fr; + padding: 0; + } +} + +.bwhite { + background-color: white; + color: #282e46; + border: none; + border-radius: 5px; + padding: 16px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 1.6rem; + margin: 4px 2px; + cursor: pointer; + font-weight: bold; +} + +.wide.bwhite { + min-width: 16rem; + margin: 0.5rem; } diff --git a/src/components/Header.vue b/src/components/Header.vue index c8554d6..89f7a9c 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -20,11 +20,13 @@ export default { diff --git a/src/views/TonWeb.vue b/src/views/TonWeb.vue new file mode 100644 index 0000000..2e5b45d --- /dev/null +++ b/src/views/TonWeb.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file