修正 aboutme 不在手机端显示的bug
This commit is contained in:
parent
90aa28753e
commit
131ead0f88
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 40em) {
|
||||
.self-introduce {
|
||||
.self-introduce-index {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
- @recent.each do |re|
|
||||
li = link_to "#{re.title}",blog_path(re)
|
||||
|
||||
.large-3.columns.large-offset-1.self-introduce ng-controller='AboutController'
|
||||
.large-3.columns.large-offset-1.self-introduce.self-introduce-index ng-controller='AboutController'
|
||||
h4 WELCOME
|
||||
p 我是李亚飞, WinDy 是我的网名.
|
||||
|
||||
|
|
Loading…
Reference in New Issue