Skip to content

Instantly share code, notes, and snippets.

@jsmithdev
Created November 22, 2020 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmithdev/d0e73a4046c29a222d5768b59d975616 to your computer and use it in GitHub Desktop.
Save jsmithdev/d0e73a4046c29a222d5768b59d975616 to your computer and use it in GitHub Desktop.
slds grid commonly used / simple
<div class="slds-grid slds-gutters">
<div class="slds-col">
<span>1</span>
</div>
<div class="slds-col">
<span>2</span>
</div>
<div class="slds-col">
<span>3</span>
</div>
<div class="slds-col">
<span>4</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment