Commit dcd92c50 authored by Clint Mourlevat's avatar Clint Mourlevat

Fixing some css

parent 023bc3a7
...@@ -12,7 +12,6 @@ using Microsoft.Extensions.Caching.Memory; ...@@ -12,7 +12,6 @@ using Microsoft.Extensions.Caching.Memory;
using NBitcoin; using NBitcoin;
using Newtonsoft.Json; using Newtonsoft.Json;
using QRCoder; using QRCoder;
using NBitcoin;
using Stratis.Guru.Models; using Stratis.Guru.Models;
using Stratis.Guru.Modules; using Stratis.Guru.Modules;
......
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
<div class="col-12"> <div class="col-12">
<nav class="main-nav"> <nav class="main-nav">
<a asp-controller="Home" asp-action="Index" class="logo "> <a asp-controller="Home" asp-action="Index" class="logo ">
<img src="~/images/logo.png" class="light-logo" alt="Stratis.guru"/> <span class="text-white">Stratis</span><span class="text-muted">.guru</span> <span class="text-info text-hide">v2</span> <img src="~/images/logo.png" class="" alt="Stratis.guru"/> <span class="text-white">Stratis</span><span class="text-muted">.guru</span> <span class="text-info text-hide">v2</span>
<img src="~/images/logos/white-logo-dark.svg" class="dark-logo" alt="Arda ICO"/>
</a> </a>
<ul class="nav"> <ul class="nav">
<li><a asp-action="Index" asp-controller="Home"><i class="fa fa-home"></i> HOME</a></li> <li><a asp-action="Index" asp-controller="Home"><i class="fa fa-home"></i> HOME</a></li>
......
...@@ -75,7 +75,7 @@ header, nav, section, article, aside, footer, hgroup { ...@@ -75,7 +75,7 @@ header, nav, section, article, aside, footer, hgroup {
html, body { html, body {
font-family: "Raleway", sans-serif; font-family: "Raleway", sans-serif;
font-weight: 400; font-weight: 400;
background-color: #fff; background: #1b1d20;
font-size: 16px; font-size: 16px;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
...@@ -1344,8 +1344,15 @@ header ...@@ -1344,8 +1344,15 @@ header
} }
@media (max-width: 991px) { @media (max-width: 991px) {
#crafted
{
position: relative;
background: #1b1d20;
padding: 20px 0 15px;
margin-top: 10px;
}
.header-area { .header-area {
background: #fff; background: transparent;
height: 80px; height: 80px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment