Skip to content

Commit 9ce300c

Browse files
committed
mobile
1 parent 3b46b29 commit 9ce300c

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

_includes/css/grayscale.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,8 @@ a:focus {
132132
-moz-background-size: cover;
133133
background-size: cover;
134134
-o-background-size: cover;
135-
box-sizing: border-box;
136135
}
137136

138-
.container img {
139-
width: 100%; /* Makes the image fill its container */
140-
height: auto; /* Maintains aspect ratio */
141-
display: block; /* Removes any extra space caused by inline-block */
142-
}
143-
144-
145137
.intro .intro-body {
146138
display: table-cell;
147139
vertical-align: middle;

_includes/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ body {
100100

101101

102102
.repo-item {
103+
max-width: 80%;
103104
height: 83%;
104105
border-radius: 10px;
105106
padding: 20px;

_includes/libraries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script src="js/uikit.min.js"></script>
22
<script src="js/uikit-icons.min.js"></script>
33
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
4-
<script src="js/script.js"></script>
4+
<script src="js/github.js"></script>
55

66
<section id="libraries" class="container content-section text-center">
77
<div class="row">
File renamed without changes.

0 commit comments

Comments
 (0)