Update Frontend/style.css
Browse files- Frontend/style.css +1 -0
Frontend/style.css
CHANGED
@@ -133,6 +133,7 @@ h1 {
|
|
133 |
max-width: 100%;
|
134 |
display: block;
|
135 |
margin: 0 auto;
|
|
|
136 |
border-radius: 10px;
|
137 |
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
|
138 |
}
|
|
|
133 |
max-width: 100%;
|
134 |
display: block;
|
135 |
margin: 0 auto;
|
136 |
+
text-align: center;
|
137 |
border-radius: 10px;
|
138 |
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
|
139 |
}
|