Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
f735e599ba08d3820180951f563d58f31dcf12dd
uw_wcms_gesso
source
_patterns
00-config
01-mixins
_mixins.uw.scss
Find file
Normal view
Permalink
_mixins.uw.scss
98 B
Newer
Older
ISTWCMS-3503: adding mixing for contained width
Eric Bremner
committed
4 years ago
1
2
3
4
5
@mixin
uw-contained-width
{
margin-left
:
auto
;
margin-right
:
auto
;
max-width
:
63rem
;
}