mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
18 lines
281 B
Plaintext
Executable File
18 lines
281 B
Plaintext
Executable File
.aboutWrapper {
|
|
margin: auto;
|
|
max-width: 70vw;
|
|
width: 450px;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
background-color: rgba(73, 72, 72, 0.349);
|
|
|
|
img {
|
|
width: 100%;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
.appName {
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 27px;
|
|
} |