Skip to content
Snippets Groups Projects
Commit e59ec119 authored by Ricardo Halil Albuquerque's avatar Ricardo Halil Albuquerque
Browse files

Update conditional_rulesets_style.css

parent f11d4f77
No related branches found
No related tags found
No related merge requests found
......@@ -74,14 +74,14 @@
@media only screen and (min-width: 1000px) {
.flex-component-block {
flex-basis: 25%;
-webkit-flex-basis: 25%;
flex-basis: 35%;
-webkit-flex-basis: 35%;
margin-bottom: 1.5rem;
}
.flex-component-description {
flex-basis: 75%;
-webkit-flex-basis: 75%;
flex-basis: 65%;
-webkit-flex-basis: 65%;
margin-bottom: 1.5rem;
}
......
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