Put images before recipe
This commit is contained in:
17
style.css
17
style.css
@@ -60,7 +60,7 @@ nav {
|
||||
}
|
||||
|
||||
section {
|
||||
max-width: 800px;
|
||||
max-width: calc(800px + 2 * 10px);
|
||||
margin: 0 auto;
|
||||
font-family: bainsley, sans;
|
||||
}
|
||||
@@ -68,3 +68,18 @@ section {
|
||||
article {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.imagetext {
|
||||
font-style: italic;
|
||||
text-align: right;
|
||||
font-size: 0.85em;
|
||||
color: #444444;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
p.image {
|
||||
margin: 0;
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user