mixyll/_sass/_base.scss
Sai Kiran Sripada 4582790774 Intial Commit
2020-01-24 16:50:29 +05:30

35 lines
538 B
SCSS

@charset "UTF-8";
/*!
Pixyll
A simple, beautiful theme for Jekyll that emphasizes content rather than
aesthetic fluff.
Built upon BASSCSS (http://jxnblk.github.io/basscss).
Crafted with <3 by John Otander (@4lpine) - ©2015-2019 John Otander
MIT License http://opensource.org/licenses/MIT
*/
html, body {
height: auto;
min-height: 100%;
}
img {
max-width: 100%;
}
em img {
max-width: 100%;
margin-left: 0;
}
body {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}