Skip to content

Commit

Permalink
Merge pull request #27 from soramitsu/fix/containers
Browse files Browse the repository at this point in the history
Fixed containers
  • Loading branch information
timofeytrepalin authored May 15, 2023
2 parents 66d9f77 + d1df944 commit 4b1e849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/ADAR/views/RouteAssets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ export default class RouteAssets extends Mixins(mixins.LoadingMixin, Translation
<style lang="scss">
.route-assets {
max-width: 988px;
margin: $inner-spacing-medium auto;
margin: 0 auto $inner-spacing-medium;
.container {
max-width: none;
margin: $inner-spacing-medium auto;
}
&__page-header-title {
Expand Down

0 comments on commit 4b1e849

Please sign in to comment.