Skip to content

Commit

Permalink
feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIP…
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Nov 14, 2023
1 parent 5742f82 commit cf67a58
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
<container
id="overviewBannerContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col-12">
cssClass="col-12 py-0">
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions>
<portlet-application>
<portlet>
Expand All @@ -647,7 +647,7 @@
<container
id="TopChallengersContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -661,7 +661,7 @@
<container
id="ChanllengesOverviewContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -675,7 +675,7 @@
<container
id="ProgramsOverviewContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -689,7 +689,7 @@
<container
id="contributionsContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -703,7 +703,7 @@
<container
id="ReputationContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -717,7 +717,7 @@
<container
id="RewardsContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand Down

0 comments on commit cf67a58

Please sign in to comment.