Limit max width on container div (970px) to contain post images

Conflicts:
	alchemy/static/css/style.css
main
Raymond Wanyoike 2014-10-28 22:23:43 +03:00
parent d237842df8
commit 299563fb4a
2 changed files with 5 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -40,6 +40,10 @@ a {
}
}
.container {
max-width: 970px;
}
.header {
background-color: #efefef;
border-bottom: 1px solid #ddd;
@ -109,15 +113,6 @@ a {
}
}
// .highlight {
// width: 600px;
// margin-left: 50px;
// margin-bottom: 20px;
// overflow: auto;
// border: 1px solid grey;
// border-radius: 5px;
// }
.separator {
margin-top: 30px;
margin-bottom: 30px;