mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
ignore css files
This commit is contained in:
parent
ca0e18518a
commit
6428e81e4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
package-lock.json
|
||||
src/**/*.css
|
||||
|
@ -1,15 +0,0 @@
|
||||
.header {
|
||||
padding: 0.375rem 0.75rem; }
|
||||
|
||||
.header__title,
|
||||
.header__description {
|
||||
display: inline-block; }
|
||||
|
||||
.header__title {
|
||||
margin-bottom: 0;
|
||||
font-size: 2rem;
|
||||
margin-right: 0.75rem; }
|
||||
|
||||
.header__description {
|
||||
margin-bottom: 0;
|
||||
font-size: 1.45rem; }
|
@ -1,38 +0,0 @@
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%; }
|
||||
|
||||
html {
|
||||
font-size: 16px; }
|
||||
|
||||
body {
|
||||
background: #e7eef4;
|
||||
font-family: "ff-tisa-sans-web-pro", "futura-pt", "le-havre", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #6b7f88;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-display: swap;
|
||||
font-feature-settings: 'liga', 'kern';
|
||||
letter-spacing: -.01em; }
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol {
|
||||
margin: 0 0 1.5rem; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "brandon-grotesque", "futura-pt", "le-havre", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 1.1;
|
||||
color: #015565;
|
||||
font-weight: 700;
|
||||
letter-spacing: -.04rem;
|
||||
margin: 0 0 1.5rem; }
|
@ -21,7 +21,7 @@ body {
|
||||
text-rendering: optimizeLegibility;
|
||||
font-display: swap;
|
||||
font-feature-settings: 'liga', 'kern';
|
||||
letter-spacing: -.01em;
|
||||
letter-spacing: -.01rem;
|
||||
}
|
||||
|
||||
p,
|
||||
|
Loading…
Reference in New Issue
Block a user