Skip to content

Commit 57040fa

Browse files
committed
There is no need to set these limits of width.
This commit make it have the same width with github repository page and align centrally. It looks better :)
1 parent 26faf17 commit 57040fa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

github-markdown.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,9 @@ td,th {
121121

122122
.repository-with-sidebar .repository-content {
123123
/* float: left; */
124-
width: 920px;
125124
}
126125

127126
.repository-with-sidebar.with-full-navigation .repository-content {
128-
width: 790px;
129127
}
130128

131129
.repository-with-sidebar.with-full-navigation .repository-sidebar {

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<style>
1010
.markdown-body {
1111
min-width: 200px;
12-
max-width: 790px;
1312
margin: 0 auto;
1413
padding: 30px;
1514
}

0 commit comments

Comments
 (0)