Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable box size #10

Open
AdelZakirov opened this issue Mar 22, 2023 · 1 comment
Open

Variable box size #10

AdelZakirov opened this issue Mar 22, 2023 · 1 comment

Comments

@AdelZakirov
Copy link

AdelZakirov commented Mar 22, 2023

Hey there!
in styles.css there is a fixed width and height for image boxes.

.image-box {
    border: 1px solid rgba(49, 51, 63, 0.2);
    border-radius: 0.25rem;
    padding: calc(0.25rem + 1px);
    height: 10rem;
    min-width: 10rem;
}

Can we set those parameters variable somehow?
Would be nice to have this option.

@Anima-guy
Copy link

It woud be a great option. In the meantime what I am doing is just deleting the height and width from the styles.css and putting the images in columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants