body {
width: min(95vw, 700px);
display: grid;
- grid-template-rows: auto 40px;
+ grid-template-rows: auto 1em;
+ row-gap: 7px;
}
.top-container {
background-color: #f1d18a;
li img {
height: 1em;
}
- .bottom-container2 p {
- margin-left: 39%;
+ .bottom-container {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ }
+ .bottom-container p {
+ margin: 0;
+ }
+ .bottom-container p:first-child {
+ text-align: right;
}
iframe {
position: fixed;
<p>There's nothing here 🤔</p>
<br/>
</div>
- <div class="bottom-container2">
- <hr />
- <p>Views: <iframe src="/views/"
- frameborder=0
- marginheight=0
- marginwidth=0 /></p>
+ <div class="bottom-container">
+ <p>Views: </p>
+ <p>
+ <iframe src="/views/" frameborder=0
+ marginheight=0
+ marginwidth=0/>
+ </p>
</div>
</body>
</html>