Skip to content

Commit

Permalink
remove predefined m- and p- spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Dec 30, 2021
1 parent acc8892 commit 62be8ad
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 197 deletions.
41 changes: 0 additions & 41 deletions css/base.css
Expand Up @@ -85,47 +85,6 @@ div.card:contains(section.banner.footer) {
font-size: 2rem;
}

.mb-half {
margin-bottom: 0.5rem;
}

.mb-1 {
margin-bottom: 1rem;
}

.mb-2 {
margin-bottom: 2rem;
}

.mt-half {
margin-top: 0.5rem;
}

.mt-1 {
margin-top: 1rem;
}

.ml-half {
margin-left: 0.5rem;
}

.mr-half {
margin-right: 0.5rem;
}


.p-1 {
padding: 1rem;
}

.pb-1 {
padding-bottom: 1rem;
}

.pl-1 {
padding-left: 1rem;
}

.al {
text-align: left;
}
Expand Down

0 comments on commit 62be8ad

Please sign in to comment.