Skip to content

Commit

Permalink
Refactor: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintenps committed Dec 19, 2023
1 parent b9f6b23 commit 09bcc59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Connecting world's top agilists with your business needs</h2>
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<textarea id="search" placeholder="Example: RTE, SPC, manufacturing, chips, SAP MES"></textarea>
<textarea id="search" rows="1" placeholder="Example: RTE, SPC, manufacturing, chips, SAP MES"></textarea>
<h5>
<img width="42" src="/artificial-intelligence-ai-chip-icon.svg" alt="ai-icon" />
AI-Powered precision for finding your perfect agile match!
Expand All @@ -44,8 +44,6 @@ <h5>
Upload an Agile Expert
</a>
</button>
<button class="secondary outline">
All Filters</button>
</div>
</form>
</main>
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {
}

#buttons svg {
margin-top:-5px;
margin-top: -5px;
}

#input {
Expand All @@ -50,7 +50,7 @@ body {
}

#input > textarea {
padding: 20px 60px;
padding: 15px 55px;
}

#buttons > button {
Expand All @@ -70,6 +70,7 @@ h2 {
}

form h5 {
padding: 20px 0;
color: #018bd3;
font-weight: 400;
text-align: center;
Expand Down

0 comments on commit 09bcc59

Please sign in to comment.