Changing triangle size

This commit is contained in:
Richard Ramos 2018-10-19 14:11:35 -04:00
parent 3bc5a29f70
commit 9f498bad1f
1 changed files with 3 additions and 2 deletions

View File

@ -110,9 +110,10 @@
}
#image {
height: 375px;
width: 375px;
height: 250px;
width: 250px;
margin: auto;
background-size: 100% 100% !important;
}
.red #image {