Skip to content

Commit

Permalink
スタイルの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
50river committed Apr 6, 2015
1 parent 8786dfb commit 71774f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/localizable/_about.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="wrap">
<div class="about-section">
<div class="about-section top">
<div class="about-top">
<h3 class="about-title"><%= t(:about_h3) %></h3>
<p><%= t(:about_p1) %></p>
Expand Down
15 changes: 11 additions & 4 deletions source/stylesheets/_responsive-desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
margin: 0 auto;
}
.about-section h4{
margin-top:40px;
margin-top:15px;
}
.about-top{
margin-top:50px;
}
.about-picture{
visibility:hidden;
height:0px;
}
.about-section{
overflow: hidden;
margin-bottom: 0px;
}
.about-section.top{
margin-bottom:-100px !important;
}
.about-under,.about-picture-desktop2{
float: left;
Expand All @@ -23,11 +28,13 @@
}
.about-picture-desktop2{
width:40%;
min-width:247px
min-width:247px;
margin-bottom:-30px;
}
.about-under{
width:60%;
min-width:371px
min-width:371px;
margin-top:70px;
}
.panel-body.about{
padding-bottom: 0px;
Expand Down

0 comments on commit 71774f1

Please sign in to comment.