Skip to content

Commit

Permalink
recent merge with master - minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinNguyen2909 committed May 11, 2019
2 parents cbce185 + b369b79 commit f46ffaf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<body>
<nav class="bg-black fixed-top">
<div class="container navbar-nav navbar-light navbar-expand-lg py-2 nav-flex">
<div class="container navbar-nav navbar-light navbar-expand-lg py-2 nav-flex nav-row">
<a href="#" class="navbar-brand"><img src="img/platypus-logo.png" alt="Startup-logo" height="45px"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
27 changes: 23 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ footer {

.search-icon {
border: none;
font-size: 1.20rem;
}

.res-invisible-1 {
Expand All @@ -115,6 +116,12 @@ nav ul {
align-items: center;
}

.nav-row {
display: flex;
flex-direction: row;
justify-content: space-between;
}


/* header style */

Expand All @@ -131,7 +138,17 @@ nav ul {
padding: 20px 0px;
margin: 0px auto;
width: 60rem;
height: 18rem;
}

header .container {
display: flex;
justify-content: center;
}

@media screen and (max-width: 767px) {
.header-subtitle {
max-width: 300px;
}
}

.header-title {
Expand All @@ -140,6 +157,7 @@ nav ul {
padding-bottom: 10px;
color: #F09048;
text-align: center;
line-height: 1em;
}

.header-subtitle {
Expand Down Expand Up @@ -354,7 +372,7 @@ footer a:hover {
text-decoration: none;
}


s
/* employees-style */

.employee-name {
Expand All @@ -371,10 +389,11 @@ footer a:hover {
width: 200px;
}

#header-button {

/* #header-button {
font-family: 'Sanomat Grab Web Regular', sans-serif;
font-size: 1.146em;
font-weight: 400;
color: #D86000;
border-color: #D86000;
}
} */

0 comments on commit f46ffaf

Please sign in to comment.