Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Lato');
* {
font-family: 'Lato', sans-serif;
font-family: Arial, Helvetica, sans-serif;
color: #323231;
}
.header {
Expand Down Expand Up @@ -34,7 +34,7 @@
}
.header-btn1 {
position: absolute;
top: 10px;
top: 12px;
right: 120px;
}
.header-btn2 {
Expand Down Expand Up @@ -65,7 +65,7 @@ h3 {
}

.btn-inp {
height: 23px;
height: 25px;
padding: 0px 10px;
border-radius: 0px 5px 5px 0px;
border: none;
Expand Down