【发布时间】:2013-07-27 15:21:33
【问题描述】:
我正在学习 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;
}
【问题讨论】:
-
您应该尝试在虚假内容中添加空格。
标签: css ruby-on-rails railstutorial.org