Code owners
Assign users and groups as approvers for specific file changes. Learn more.
portfolio.css 778 B
@import url(navbar.scss);
.parent {
animation: fadeInAnimation ease 0.5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
html {
-ms-overflow-style: none;
scrollbar-width: none;
}
.html::-webkit-scrollbar {
display: none;
}
.parent {
display: flex;
}
.parent .row {
align-items: center;
--bs-gutter-x:0;
justify-content: center;
}
.parent .row .card {
margin-bottom: 2vh;
margin-left: 1vh;
margin-right: 1vh;
}
.parent .row .card .card-title {
text-decoration: underline;
}
.parent h1 {
margin: 0;
padding-bottom: 1.5vw;
}
@media screen and (max-height: 400px) {
.parent {
display: grid;
}
}/*# sourceMappingURL=portfolio.css.map */