Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Fix .alignleft and .alignright on tablet and up #326

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions style.css
Expand Up @@ -3929,14 +3929,6 @@ ul.footer-social li {
}

/* ALIGNMENT CLASSES */

.alignleft {
margin-left: -31rem;
}

.alignright {
margin-right: -31rem;
}

.alignnone,
.aligncenter,
Expand Down Expand Up @@ -4591,6 +4583,14 @@ ul.footer-social li {

/* ALIGNMENT CLASSES */

.alignleft {
margin-left: -31rem;
}

.alignright {
margin-right: -31rem;
}

.alignwide {
max-width: 120rem;
left: calc( 50% - 60rem );
Expand Down