We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c14f0 commit a504ba7Copy full SHA for a504ba7
index.html
@@ -51,7 +51,7 @@ <h2>Introduction</h2>
51
It's open source, free, and ad-less forever!
52
</p>
53
<h2>My favourite reviews</h2>
54
- <ul class="review-list full-width">
+ <ul class="review-list">
55
<li><figure>
56
<blockquote>
57
<p><mark>Simple and Extremely powerful.</mark>
main.css
@@ -300,6 +300,7 @@ body {
300
301
#main {
302
width: 1200px;
303
+ overflow-x: auto /* Required to prevent scrollable flex (row) containers from taking up the full width */;
304
padding-inline: 20px;
305
font-size: 1.2em;
306
}
0 commit comments