Browse Source

modified: style.css

Track3 2 years ago
parent
commit
a5a7281579
1 changed files with 3 additions and 0 deletions
  1. 3 0
      style.css

+ 3 - 0
style.css

@@ -14,6 +14,7 @@ body {
   top: 50%;
   left: 50%;
   width: 100%;
+  max-width: 30em;
   padding: 1rem;
   transform: translate(-50%, -50%);
   text-align: center;
@@ -24,8 +25,10 @@ body {
 .random .footer {
   position: absolute;
   bottom: 0;
+  left: 50%;
   width: 100%;
   padding: 0 1rem;
+  transform: translateX(-50%);
   font-size: .8rem;
   text-align: center;
   z-index: 1;