Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-rudenko committed Jan 16, 2024
1 parent f0c19df commit a1185a8
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 163 deletions.
10 changes: 5 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i';
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import './fonts/linear-icons-font/style.css';
@import './fonts/fontawesome-free-5.12.1-web/css/all.min.css';

Expand All @@ -23,7 +23,7 @@ body {
height: 100%;
min-height: 100%;
font-size: 15px;
font-family: poppins, Helvetica, sans-serif;
font-family: Poppins, Helvetica, sans-serif;
line-height: 1.65em;
overflow: hidden;
color: #d5d5d5;
Expand All @@ -40,7 +40,7 @@ h4,
h5,
h6 {
color: #eee;
font-family: poppins, Helvetica, sans-serif;
font-family: Poppins, Helvetica, sans-serif;
font-weight: 600
}

Expand Down Expand Up @@ -138,7 +138,7 @@ input[type=submit],
text-shadow: none;
background-color: transparent;
border-radius: 30px;
font-family: poppins, Helvetica, sans-serif;
font-family: Poppins, Helvetica, sans-serif;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
Expand Down Expand Up @@ -646,7 +646,7 @@ input[type=text] {
-moz-box-shadow: none;
box-shadow: none;
outline: none;
font-family: poppins, Helvetica, sans-serif;
font-family: Poppins, Helvetica, sans-serif;
box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .1)
}

Expand Down
Loading

0 comments on commit a1185a8

Please sign in to comment.