Skip to content
Snippets Groups Projects
Verified Commit 8469db6b authored by Jakob Görgen's avatar Jakob Görgen
Browse files

fixed code example transition

parent d64115f0
No related branches found
No related tags found
No related merge requests found
Pipeline #110504 passed
......@@ -134,6 +134,7 @@ body.home {
border-radius: $border-radius-card;
padding-left: 10px;
padding-right: 10px;
transition: all 0.3s ease-in-out;
}
}
......@@ -210,7 +211,6 @@ body.home {
min-width: 330px;
max-width: 90%;
height: fit-content;
transition: all 0.3s ease-in-out;
div {
font-size: x-large;
......
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