mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Limit max width on container div (970px) to contain post images
Conflicts: alchemy/static/css/style.css
This commit is contained in:
parent
d237842df8
commit
299563fb4a
2 changed files with 5 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
|
@ -40,6 +40,10 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 970px;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
border-bottom: 1px solid #ddd;
|
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 {
|
.separator {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue