#116 Made separators of uniform width
Merged 5 years ago by jflory7. Opened 5 years ago by phoenixabhishek.
Unknown source master  into  master

Uniform seperators
PhoeniXAbhisheK • 5 years ago  
file modified
+4
@@ -101,6 +101,10 @@

      display: none;

  }

  

+ .text-center.col-md-10{

+     padding: 0;

+ }

+ 

  #div_id_hp {

      display: none;

  }

file modified
+1 -1
@@ -69,7 +69,7 @@

                      {% block content %}{% endblock %}

                  </div>

              </div>

-             <footer class="text-center"><small>

+             <footer class="text-center col-md-10"><small>

                  <hr>

                  {% block footer %}

                  {% include "follow.html" %}

This PR addresses the changes that were observed in issue #115
The separators on the homepage will have uniform widths on merging this PR.

Metadata Update from @jflory7:
- Pull-request tagged with: needs info, type - frontend, type - summer coding
- Request assigned

5 years ago

Metadata Update from @jflory7:
- Pull-request untagged with: needs info

5 years ago

This pull request was also opened upstream: mxsasha/happinesspackets#47

Thanks @phoenixabhishek! Merging this now. :clapper:

rebased onto ed7cda6

5 years ago

Pull-Request has been merged by jflory7

5 years ago

@jflory7 Thank you :smile: :smile: :smile: :smile: :smile: