Skip to content

Commit d662934

Browse files
committed
correccion css
1 parent c07d0cd commit d662934

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ select {
6767
margin: 0.5rem 0;
6868
}
6969

70+
7071
a {
7172
color: var(--main-color);
7273
text-decoration: none;
@@ -164,7 +165,7 @@ textarea {
164165
box-shadow: var(--container-shadow);
165166
color: inherit;
166167
text-wrap: balance;
167-
field-sizing: content
168+
/* field-sizing: content; */
168169
}
169170

170171
.btn-group {
@@ -239,8 +240,8 @@ footer {
239240
text-align: center;
240241
grid-area: footer;
241242
background-color: var(--container-color);
242-
position: fixed;
243-
bottom: 0px;
243+
/* position: fixed; */
244+
margin-bottom: 0px;
244245
width: 100%;
245246
}
246247

0 commit comments

Comments
 (0)