Skip to content

Commit

Permalink
Docs1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ys3669 committed Sep 18, 2017
1 parent c3bfd03 commit 371253f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/Member.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Member</h3>
</div>
<div class="six columns">
<h5>Crow314</h5>
<li><i class="fa fa-wrench" aria-hidden="true"></i>Main Developer</li>
<p class="role"><i class="fa fa-wrench" aria-hidden="true"></i>Main Developer</p>
<p>どこぞの高専生 Javaを書く 好物はラーメン </p>

<div class="member-link">
Expand Down
32 changes: 19 additions & 13 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ body {
display:block;
line-height:1
}
.role{
color:#1a222c;
font-size:1.1rem
}
@media only screen and (min-width:768px) {
.content .site-title {
margin:0;
Expand Down Expand Up @@ -167,41 +171,43 @@ body {
margin:10px auto
}
.user-projects {
margin:40px auto
margin: 20px auto;
border-block-start: dashed 2px;
}
.user-projects img {
max-width:320px;
max-width:80%;
height:auto;
border-radius:5px
border-radius:5px;
margin-top: 5px;
}
.user-projects h5,body {
margin:0
margin-top: 5px;
}
.user-projects li {
color:#1a222c;
font-size:1.1rem
}
.user-projects p {
margin-top: 2px;
margin-right:5px
}
.member-link{
display: table;
}
@media only screen and (min-width:768px) {
.images {
float:right
}
}
.project-link {
display:block;
width:10%;
margin:5px 0;
padding:5px;
width:20px;
height:20px;
margin:1px 0;
padding:2px;
font-size: 19px;
margin:2px;
text-align:center;
color:#1a222c;
background-color:transparent;
border:1px solid #1a222c;
border-radius:10px;
text-align:center;
border-radius:20px;
outline:none;
text-decoration:none;
cursor:pointer;
Expand Down

0 comments on commit 371253f

Please sign in to comment.