UNPKG

@getontime/cli

Version:
2 lines (1 loc) 1.45 kB
.blink{animation:blink 1s step-start infinite}@keyframes blink{0%{opacity:100%}50%{opacity:20%}}.fourtyfive{transform:rotate(45deg)}.mirror{transform:rotate(180deg)}.project{margin:0;box-sizing:border-box;overflow:hidden;width:100%;height:100vh;font-family:var(--font-family-override, "Open Sans", "Segoe UI", sans-serif);background:var(--background-color-override, #101010);color:var(--color-override, rgba(255, 255, 255, .8));padding:min(2vh,16px) clamp(16px,2vw,24px);font-size:clamp(15px,1.5vw,28px);display:flex;flex-direction:column}.project .logo{max-width:min(200px,30vw)}.project .info{flex:1;max-height:100%;margin-inline:auto;overflow-y:auto;width:min(100vw - 4rem,960px);display:flex;flex-direction:column;align-items:start;gap:min(2vh,16px);padding-bottom:10vh}.project .info__label{font-weight:600;color:var(--label-color-override, rgba(255, 255, 255, .25));text-transform:uppercase}.project .info__value{white-space:break-spaces}.project .info__custom{display:flex;gap:1rem}.project .info__image-container{display:flex;justify-content:center;align-items:center;width:192px;height:192px}.project .info__image{max-width:100%;max-height:100%;object-fit:contain}.project .link.info__value{display:flex;gap:min(2vh,16px);align-items:center;color:#779be7}.project .link.info__value:hover{color:#ff7597}@media screen and (max-width: 768px){.project .logo img{height:min(50px,10vh)}.project .info__image-container{width:96px;height:96px}}