1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

changed the size of the frames, so people can read the text

This commit is contained in:
thomasrosen 2021-09-17 18:47:51 +02:00
parent 9eaacd33ea
commit efff8f3c39

View file

@ -84,7 +84,8 @@ a:hover{
transition: transform 0.2s ease;
}
.FrameChooser .frame img{
height: 12vh;
height: 24vh;
/* height: 12vh; */
pointer-events: none;
}
.FrameChooser .frame:hover{