Skip to content

Commit 2783bde

Browse files
authored
Merge pull request #36 from kikocorreoso/fix-css
fix: update style.css
2 parents 1d73e5c + b1d33c3 commit 2783bde

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/style.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,11 @@ body {
5858
.info-wrapper {
5959
position: absolute;
6060
bottom: 15px;
61-
display: flex;
62-
justify-content: center;
63-
align-items: center;
64-
width: 100%;
61+
left: 50%;
62+
transform: translate(-50%);
6563
}
6664

6765
#info_box {
68-
display: flex;
69-
justify-content: center;
70-
align-items: center;
7166
background: rgba(255, 255, 255, 0.8);
7267
border-radius: 15px;
7368
padding: 15px 20px;

0 commit comments

Comments
 (0)