-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from 3daddict/dev
Dev
- Loading branch information
Showing
4 changed files
with
39 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
"Sunil Kumar Jain <[email protected]@gmail.com> (https://github.com/sunilsj99)", | ||
"Cintia Tahirih <[email protected]> (https://github.com/cTahirih)", | ||
"Prashant Chaudhari <[email protected]> (https://github.com/pandaa880)", | ||
"Alexis Pandaan <[email protected]> (https://github.com/Alexius08)" | ||
"Alexis Pandaan <[email protected]> (https://github.com/Alexius08)", | ||
"Ivan Sosnin <[email protected]> (https://github.com/vansosnin)" | ||
], | ||
"license": "ISC", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
.front { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.front-icon { | ||
position: absolute; | ||
left: 20%; | ||
top: 20%; | ||
} | ||
|
||
.back-icon { | ||
background-color: lavender; | ||
width: 100%; | ||
height: 100%; | ||
position: absolute; | ||
left: 0; | ||
border-radius: 50%; | ||
border: 1px black solid; | ||
top: 0; | ||
} | ||
|
||
.front-icon-spa { | ||
position: absolute; | ||
left: 20%; | ||
top: 20%; | ||
} | ||
|
||
@media (max-width: 650px) { | ||
.front-icon, | ||
.front-icon-spa { | ||
left: 12%; | ||
top: 15%; | ||
} | ||
} | ||
.front { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.front-icon { | ||
position: absolute; | ||
left: 20%; | ||
top: 20%; | ||
} | ||
|
||
.back-icon { | ||
background-color: lavender; | ||
width: 100%; | ||
height: 100%; | ||
position: absolute; | ||
left: 0; | ||
border-radius: 50%; | ||
border: 1px black solid; | ||
top: 0; | ||
} | ||
|
||
.front-icon-spa { | ||
position: absolute; | ||
left: 20%; | ||
top: 20%; | ||
} | ||
|
||
@media (max-width: 650px) { | ||
.front-icon, | ||
.front-icon-spa { | ||
left: 12%; | ||
top: 15%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,4 +258,4 @@ class App extends Component { | |
} | ||
} | ||
|
||
export default App; | ||
export default App; |