Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摐 #16

Merged
merged 1 commit into from Jun 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/App.css
Expand Up @@ -8,6 +8,14 @@ iframe {
margin: -2px;
}

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}



/* hello shimil */
2 changes: 1 addition & 1 deletion src/components/Landing/Features/Features.css
Expand Up @@ -38,7 +38,7 @@
.features-text>p{
font-size: 1.5rem;
font-weight: 400;
color: grey;
color: #737373;
font-family: 'Barlow', sans-serif;
}
.features-img{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Landing/Footer/Footer.css
@@ -1,6 +1,6 @@
.footer {
height: 50px;
background-color: lightblue;
background-color: #686868;
display: flex;
justify-content: center;
align-items: center;
Expand Down
2 changes: 2 additions & 0 deletions src/index.css
Expand Up @@ -2,13 +2,15 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

/*

font-family: 'Barlow', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Monteserrat', sans-serif;
*/

* {
Expand Down
1 change: 1 addition & 0 deletions src/pages/ResumeCreate/ResumeCreate.js
Expand Up @@ -4,6 +4,7 @@ import { useHistory } from 'react-router-dom';
import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
import Helmet from 'react-helmet'

import { IoDocumentOutline } from "react-icons/io5";
import { FcPrevious, FcNext } from "react-icons/fc";
Expand Down