diff --git a/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less b/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less index 2c9c433..e36f5cc 100644 --- a/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less +++ b/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less @@ -7,17 +7,16 @@ .containerOne { height: 30%; display: flex; - margin-bottom: 12px; - background-color: aqua; - gap: 12px; + margin-bottom: 10px; + gap: 10px; .containerOneLeft{ - background-color: #999; + background-color: white; width:58%; // margin-right: 12px; } .containerOneRight{ - background-color: #999; + background-color: white; width:42%; } } @@ -25,6 +24,6 @@ .containerTwo{ flex: 1; - background-color: blue; + background-color: white; } } \ No newline at end of file