Skip to content

Commit 3f87ba2

Browse files
authored
Update universal.css
1 parent 0431228 commit 3f87ba2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

styles/universal.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ body {
1414
background-size: 33.94px 33.94px;
1515
}
1616

17+
1718
@keyframes bodyAnimation {
1819
0%{
1920
opacity: 0;
@@ -263,6 +264,7 @@ hr {
263264
font-size: 40px;
264265
font-family: 'JetBrainsMono-ExtraBold';
265266
margin: 0;
267+
margin-top: 20px;
266268
padding: 10px;
267269
overflow: hidden;
268270
text-align: center;
@@ -277,8 +279,9 @@ hr {
277279
}
278280

279281
.container_description_light_background {
280-
margin:20px;
282+
margin:20px auto;
281283
padding:70px;
284+
max-width: 1480px;
282285
font-size: 18px;
283286
color: #151515;
284287
background-color: #E6E6E6;
@@ -288,8 +291,9 @@ hr {
288291
}
289292

290293
.container_description_dark_background {
291-
margin:20px;
294+
margin:20px auto;
292295
padding:70px;
296+
max-width: 1480px;
293297
font-size: 18px;
294298
color: #E6E6E6;
295299
background-color: #151515;

0 commit comments

Comments
 (0)