.triangle {
    width: 50%;
}

@media (max-width: 1080px) {
    .triangle {
        width: 100%;
    }
}