Skip to content

Commit

Permalink
Improve responsive design for header
Browse files Browse the repository at this point in the history
  • Loading branch information
TATinev18 authored and TATinev18 committed Jul 9, 2021
1 parent d4a6345 commit b4cfa9a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions design/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,27 @@ body {

.brand { font-size: 50px; }

.heading-primary-main {
display: block;
font-size: 40px;
font-weight: 400;
letter-spacing: 5px;
}

.heading-primary-sub {
display: block;
font-size: 40px;
font-weight: 700;
letter-spacing: 7.4px;
}


.btn-white {
background-color: #fff;
color: #777;
font-size: 40px;
}

td:nth-of-type(1):before { content: "Id"; }
td:nth-of-type(2):before { content: "First name"; }
td:nth-of-type(3):before { content: "Surname"; }
Expand Down

0 comments on commit b4cfa9a

Please sign in to comment.