Changeset - 4a4d06c4f074
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-13 03:15:53
chrisjrn@gmail.com
Adds a slight shadow to the footer text
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -18,24 +18,25 @@ strong {
 
}
 

	
 
section {
 
  padding: 20px 0px;
 
}
 
.modal form {
 
  margin-bottom: 0px;
 
}
 

	
 
footer {
 
  padding-top: 40px;
 
  padding-bottom: 20px;
 
  text-shadow: 0px 0px 10px white;
 
}
 

	
 
p.login-signup {
 
    margin-top: 20px;
 
}
 

	
 
.feature-columns {
 
    @include make-row();
 

	
 
    > div {
 
        i.fa {
 
            margin-bottom: 0.2em;
0 comments (0 inline, 0 general)