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 c07d0cd commit d662934Copy full SHA for d662934
css/style.css
@@ -67,6 +67,7 @@ select {
67
margin: 0.5rem 0;
68
}
69
70
+
71
a {
72
color: var(--main-color);
73
text-decoration: none;
@@ -164,7 +165,7 @@ textarea {
164
165
box-shadow: var(--container-shadow);
166
color: inherit;
167
text-wrap: balance;
- field-sizing: content
168
+ /* field-sizing: content; */
169
170
171
.btn-group {
@@ -239,8 +240,8 @@ footer {
239
240
text-align: center;
241
grid-area: footer;
242
background-color: var(--container-color);
- position: fixed;
243
- bottom: 0px;
+ /* position: fixed; */
244
+ margin-bottom: 0px;
245
width: 100%;
246
247
0 commit comments