mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
8 lines
98 B
SCSS
8 lines
98 B
SCSS
.App {
|
|
height: 100%;
|
|
width: 1280px;
|
|
padding: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|