ipv4.army/src/front/components/pages/About/index.module.css
seth 1d83a59acb
All checks were successful
Code quality checks / biome (push) Successful in 12s
linting
2025-05-19 01:16:38 -04:00

34 lines
481 B
CSS

.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
.card {
width: 90%;
padding: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
.center {
text-align: center;
}
}
.avatar {
width: 5rem;
height: inherit;
border: 2px solid rgb(var(--mdui-color-primary));
}
.lanyard {
display: var(--lanyard-display);
}
.hyperate {
display: var(--hyperate-display);
}