Skip to content

Instantly share code, notes, and snippets.

@corilam
Created September 6, 2016 04:33
Show Gist options
  • Save corilam/5c935e6fb6bdef40b78b4c66e4b78dc9 to your computer and use it in GitHub Desktop.
Save corilam/5c935e6fb6bdef40b78b4c66e4b78dc9 to your computer and use it in GitHub Desktop.
Center Tabs in Foundation 6
.tabs-title {
float:none !important;
display:inline-block;
}
.tabs {
text-align:center;
}
@JRetza
Copy link

JRetza commented Sep 30, 2022

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment