more styling.

parent c0a0c4ca
......@@ -18,7 +18,9 @@ html, body {
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
color: #16325c !important;
}
/* User defined styles */
.logo-container {
display: flex;
......@@ -27,6 +29,14 @@ html, body {
.logo {
padding: 20px;
}
hr {
padding: 0px;
margin: 0px;
height: 2px;
background-color: rgb(250, 159, 187);
background-image: linear-gradient(to right, rgba(250, 159, 187, 0), rgb(191, 76, 118));
}
.nav {
position:relative;
display: flex;
......
<h1>Vote-A-Sutra</h1>
<h4>Vote-A-Sutra</h4>
<hr>
<%@positions.each do |p|%>
<div style="display:inline-block; padding:20px">
<h4><%=p.name%></h4>
......
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