comparison css/app.css @ 213:370d7d0cdf7d

Fix layout at different default font sizes. * css/app.css: remove modification of Foundation framework. * _layouts/default.html: Remove unnecessary whitespace. Add blind paragraph at footer to get a visible space at the website bottom. That was the original intention of the change of the Foundation framework in css/app.css. * index.md: use "auto" size for remaining grid cells.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 20 Jul 2020 16:08:24 +0900
parents 68d54c6d397a
children 122936d3389a
comparison
equal deleted inserted replaced
212:00f45be432e1 213:370d7d0cdf7d
39 } 39 }
40 40
41 @media screen and (max-width: 1023px) { 41 @media screen and (max-width: 1023px) {
42 .top-bar .top-bar-left { display: none; } 42 .top-bar .top-bar-left { display: none; }
43 .top-bar .top-bar-right { margin-left: 0px; } 43 .top-bar .top-bar-right { margin-left: 0px; }
44 }
45
46 .grid-container { /* Content */
47 margin: 1em auto;
48 } 44 }
49 45
50 .reveal img { 46 .reveal img {
51 width: 100%; 47 width: 100%;
52 } 48 }