提交 45c6895c 编写于 作者: A afc163

Fix clear both problem

上级 8c91030b
......@@ -8,7 +8,7 @@
</a>
{%- endif %}
</h2>
<div class="code-boxes">
<div class="code-boxes clearfix">
{%- set items = resource.pages|find_demo_in_component(post.meta.directory) %}
{%- if post.meta.cols == 1 %}
<div class="code-boxes-col-1-1">
......
......@@ -420,7 +420,7 @@ footer ul li > a {
width: 260px;
background: #F9F9F9;
padding-top: 10px;
margin-bottom: 50px;
padding-bottom: 50px;
float: left;
}
......@@ -495,6 +495,7 @@ footer ul li > a {
animation: xRightMatrix .5s ease-out;
background: #fff;
min-height: 500px;
overflow: hidden;
}
.main-container-center {
......@@ -1671,10 +1672,6 @@ footer ul li > a {
color: #3B4357;
}
.code-boxes {
overflow: hidden;
}
.code-boxes-col-1-1 {
width: 80%;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册