Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evelin Perez
splash-second
Commits
4620c4ac
Commit
4620c4ac
authored
Jul 11, 2025
by
Ulises Pineda
Browse files
Corrections are applied to css styles
parent
02d27b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
css/styles.css
css/styles.css
+4
-2
No files found.
css/styles.css
View file @
4620c4ac
...
...
@@ -232,8 +232,10 @@ body {
display
:
none
;
}
.main-button-container
{
transform
:
translateX
(
7vw
);
@media
(
min-width
:
1024px
)
{
.main-button-container
{
transform
:
translateX
(
7vw
);
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment