Changed width of <hr />

This commit is contained in:
Jan Jastrow 2014-08-29 01:31:56 +02:00
parent 7cff8d1138
commit f4512f32ad
3 changed files with 3 additions and 3 deletions

View File

@ -585,7 +585,7 @@ header p {
color: #5c1075; }
hr {
width: 626px;
max-width: 626px;
border: none;
border-bottom: 1px solid #e0e0e0;
margin: 2em auto; }

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -108,7 +108,7 @@ header p {
}
hr {
width: 626px;
max-width: 626px;
border: none;
border-bottom: 1px solid #e0e0e0;
margin: 2em auto;