diff --git a/public/index.html b/public/index.html index 61db30f..e87f052 100644 --- a/public/index.html +++ b/public/index.html @@ -163,6 +163,12 @@ } @media screen and (min-width: 640px) { + section.posts .controls { + grid-template: + "a a" + "b c"; + } + section.posts .controls .post-info { grid-area: a; }