Skip to content
Snippets Groups Projects
Commit 181a5a3d authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

fix: correct mozilla card centering issue

parent c4fbc76d
No related branches found
No related tags found
2 merge requests!204[release] Regular merge of develop,!199Corrections for Safari and Firefox of the new landing page
Pipeline #35380 passed
......@@ -139,7 +139,7 @@
/* min-height: calc(50% - 20px); */
min-height: 110px;
padding: 10px 10px 5px 10px;
text-align: -webkit-center;
text-align: center;
transition: height var(--animation-time) linear, border-color var(--animation-time) linear;
background-color: white;
font-size: 15px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment