Browse Source

Allow for centering images

master
Manan Shah 4 years ago
parent
commit
bcff170202
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      css/tufte.scss

+ 5
- 0
css/tufte.scss View File

@ -25,6 +25,11 @@ nav_exclude: true
*/
img[src$="centerme"] {
display:block;
margin: 0 auto;
}
// global resets
*, *:before, *:after {
margin: 0;

Loading…
Cancel
Save