Skip to content

Instantly share code, notes, and snippets.

@AhmedHdeawy
Last active December 20, 2017 18:52
Show Gist options
  • Save AhmedHdeawy/f3b954e0ab170edc76c054787546e9e0 to your computer and use it in GitHub Desktop.
Save AhmedHdeawy/f3b954e0ab170edc76c054787546e9e0 to your computer and use it in GitHub Desktop.
Design Notes
1- add 'spa-footer' class to spa pages only not [index] page
2- remove 'container' class from div which in spa vote,
specifically after this [div] series [ vote-page => vote-main => inner-vote => 'container' ]
don't forget remove it from each team section
3- also, in js file, reduce number of items that will show in page to '2' items, specifically in 'owl-carousel-vote' class
4- to reduce space between 'add new post' section and 'posts' section,
add this code in css file to '.timeline-articles' class => [ margin-top: -60px; ]
if i found another issue i will fix it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment