Commit 5ffed47b authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited base.css

parent f5a0d68a
...@@ -96,12 +96,13 @@ a:visited { ...@@ -96,12 +96,13 @@ a:visited {
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: row; flex-direction: row;
margin-top: 2rem; margin-top: 2rem;
align-items: center;
justify-content: center; justify-content: center;
align-items: center;
gap: 1rem; gap: 1rem;
width: 100%; position: absolute;
position: fixed; left: 50%;
bottom: 4rem; transform: translateX(-50%);
width: 80%;
} }
.list { .list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment