我正在学习 railstutorial.org,最近决定创建自己的博客。我做到了,现在看起来 问题与文章有关,其中的文字在一行中,我不明白为什么
我的 custom.css.scss 文件:
@import "bootstrap";
/* universal */
$grayMediumLight: #eaeaea;
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: both;
}
.center {
text-align: center;
h1 {
margin-bottom: 10px;
}
}
p {
text-align: left;
}