diff options
| author | realtradam <[email protected]> | 2022-02-26 16:26:49 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-26 16:26:49 -0500 |
| commit | a14b4958e5daa880bcbf3308483b203e315526e5 (patch) | |
| tree | 96bdbc2820417aa384e7e12f2c57cf06dd31c0da /stylesheet/style.css | |
| parent | 936c072b0efbddb0376891f0406d784e780813f0 (diff) | |
| download | portfolio-site-a14b4958e5daa880bcbf3308483b203e315526e5.tar.gz portfolio-site-a14b4958e5daa880bcbf3308483b203e315526e5.zip | |
:)
Diffstat (limited to 'stylesheet/style.css')
| -rw-r--r-- | stylesheet/style.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/stylesheet/style.css b/stylesheet/style.css index 7e3bb7c..2f0bd69 100644 --- a/stylesheet/style.css +++ b/stylesheet/style.css @@ -547,6 +547,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 0px; } +.m-auto { + margin: auto; +} + .mt-8 { margin-top: 2rem; } @@ -571,6 +575,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0.75rem; } +.mt-4 { + margin-top: 1rem; +} + +.mb-4 { + margin-bottom: 1rem; +} + .mb-1 { margin-bottom: 0.25rem; } @@ -595,6 +607,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: auto; } +.w-\[90\%\] { + width: 90%; +} + .max-w-5xl { max-width: 64rem; } @@ -947,6 +963,12 @@ article h2 { margin-left: 1rem; } +article h3 { + font-size: 1.5rem; + line-height: 2rem; + margin-top: 0.5rem; +} + article p { font-size: 1.125rem; line-height: 1.75rem; |
