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:
parent
9eaacd33ea
commit
efff8f3c39
1 changed files with 2 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue