Skip to content
Snippets Groups Projects
Commit e0d99a01 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

better css

parent 4d48316e
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,6 @@ .object {
-webkit-animation: spin 30s infinite linear;
-moz-animation: spin 30s infinite linear;
animation: spin 30s infinite linear;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
.block > div {
height: 100%;
......
......@@ -123,4 +123,9 @@ .shopsFilters select{
}
.card-top{
height: 7rem;
display: flex;
justify-content: center;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment