Skip to content

Commit

Permalink
refactor: add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhenrq committed Oct 7, 2023
1 parent 191b9b3 commit 0af24ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/InitialPage/styles.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
import styled from 'styled-components/';

export const InitialPage = styled.div`
display: flex;
flex-direction: column;
position: relative;
.search-bar {
position: absolute;
top: 405px;
left: 8.4375rem;
right: 8.4375rem;
width: calc(100% - 16.875rem);
z-index: 1;
}
`;

0 comments on commit 0af24ea

Please sign in to comment.