Skip to content

Commit eb9a7c0

Browse files
committed
mobile
1 parent fe844b8 commit eb9a7c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_includes/css/styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,20 @@ body {
9898
}
9999
}
100100

101-
102101
.repo-item {
103-
width: 80%;
104102
height: 83%;
105103
border-radius: 10px;
106104
padding: 20px;
107105
margin: 20px;
108106
background-color: #202121;
109107
}
110108

109+
@media (max-width: 768px) {
110+
.repo-item {
111+
width: 70%;
112+
}
113+
}
114+
111115
.description {
112116
color: white;
113117
}

0 commit comments

Comments
 (0)