Skip to content

Commit

Permalink
Merge pull request #228 from Roboneet/activity
Browse files Browse the repository at this point in the history
fixed issue 208
  • Loading branch information
Martti Sasi committed Jun 7, 2017
2 parents 589a4a6 + 06a4c29 commit ede16e6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions website/static/css/activity.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.activity-strip-section >img{
width: auto;
height: 100px;
}

.activity-screenshot img{
height:auto;
}



@media only screen and (max-width: 450px){


.activity-strip .activity-strip-section{
width: 95%;
height: auto;


}

.activity-strip{
height:auto;
}
.activity-screenshot{
display: none;
}
}
1 change: 1 addition & 0 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<link href="{% static "vendor/font-awesome/css/font-awesome.min.css" %}" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="{% static "css/introjs.css" %}" rel="stylesheet" type="text/css">
<link href="{% static "css/activity.css" %}" rel="stylesheet" type="text/css">
<script src="{% static "vendor/jquery/jquery.min.js" %}"></script>
<script src="{% static "js/notify.js" %}"></script>
<script src="{% static "js/intro.js" %}"></script>
Expand Down

0 comments on commit ede16e6

Please sign in to comment.