Skip to content

Commit 1753493

Browse files
committed
Responsive
1 parent 8ed9f3c commit 1753493

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,16 @@
137137
}
138138

139139

140-
140+
@media (min-width:768px) {
141+
.main {
142+
margin: 0 auto;
143+
width: 500px;
144+
height: 430px;
145+
}
146+
.project {
147+
flex-direction: column;
148+
}
149+
}
141150

142151

143152
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */

0 commit comments

Comments
 (0)