mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +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;
|
transition: transform 0.2s ease;
|
||||||
}
|
}
|
||||||
.FrameChooser .frame img{
|
.FrameChooser .frame img{
|
||||||
height: 12vh;
|
height: 24vh;
|
||||||
|
/* height: 12vh; */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.FrameChooser .frame:hover{
|
.FrameChooser .frame:hover{
|
||||||
|
|
Loading…
Reference in a new issue