clean up header
Diff
index.html | 1 -
_layouts/default.html | 4 ++--
assets/style.css | 38 +++++++++++++++++++++++++-------------
3 files changed, 25 insertions(+), 18 deletions(-)
@@ -6,7 +6,6 @@
<div id="section1" class="section active margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">Vote from Bangalore</h4>
<p class="card-text">
<p>
You live in Bangalore and want to vote from current address in Bangalore.
@@ -16,7 +16,7 @@
<div class="navbar-container">
<nav class="border split-nav">
<div class="nav-brand">
<h3><a href="/" style="text-decoration: none;border-bottom:none;padding-bottom:0px">🇮🇳 BLR Vote</a></h3>
<h4 class='bold'><a href="/" style="text-decoration: none;border-bottom:none;padding-bottom:0px">🇮🇳 Vote From BLR</a></h4>
</div>
</nav>
</div>
@@ -26,7 +26,7 @@
<footer class='margin-top-2'>
<p>Made with <span class="heart">❤️</span> for <span class="flag">🇮🇳</span> by <a href="https://tatooine.club/@nemo" target="_blank">Nemo</a> and <a href="https://twitter.com/shreyas_satish">Shreyas</a></p>
<p>Made with <span class="heart">❤️</span> for <span class="flag">🇮🇳</span> by <a href="https://tatooine.club/@nemo" target="_blank">Nemo</a> and <a target="_blank" href="https://twitter.com/shreyas_satish">Shreyas</a></p>
<p><a href="/about/">About</a> | <a href="/about/#credits">Credits</a> | <a href="/faq/">FAQ</a></p>
</footer>
@@ -1,3 +1,22 @@
:root {
--democracy-blue: #1947D1;
--voter-white: #FFFFFF;
--indian-saffron: #FF9933;
--regal-purple: #512DA8;
--slate-gray: #607D8B;
}
:root {
--ashoka-blue: #1947D1;
--voter-white: #FFFFFF;
--neutral-gray: #607D8B;
}
.container {
max-width: 400px;
margin: 0 auto;
@@ -20,24 +39,13 @@
.margin-top-2 {
margin-top: 2rem;
}
:root {
--democracy-blue: #1947D1;
--voter-white: #FFFFFF;
--indian-saffron: #FF9933;
--regal-purple: #512DA8;
--slate-gray: #607D8B;
.bold {
font-weight: bold;
}
:root {
--ashoka-blue: #1947D1;
--voter-white: #FFFFFF;
--neutral-gray: #607D8B;
.nav-brand a,.nav-brand a:visited {
margin-left: 1rem;
}
body {