diff --git a/assets/css/style.css b/assets/css/style.css index 13e6b9a..5635e8e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -11968,7 +11968,7 @@ body { h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Prata", serif; margin-bottom: 0px; - text-transform: lowercase; + text-transform: none; } h1, .h1 { diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 1657abf..62bf9ec 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -93,7 +93,7 @@ body { background-attachment: fixed; } -h1, h2, h3, h4, h5, h6 { font-family: 'Prata', serif; margin-bottom: 0px; text-transform: lowercase;} +h1, h2, h3, h4, h5, h6 { font-family: 'Prata', serif; margin-bottom: 0px; text-transform: none;} h1 { font-size: 100px; } h2 { font-size: 70px; } diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 0000000..705b2e9 --- /dev/null +++ b/portfolio.html @@ -0,0 +1 @@ +Page Portfolio \ No newline at end of file