Skip to content

Added case studies section #159

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ params:
text: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.
img: images/content_images/case_studies/sports.jpg
url: /
- title: Self-Driving Cars
text: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.
img: images/content_images/case_studies/car.png
url: /
section2:
title: KEY FEATURES
features:
Expand Down
8 changes: 4 additions & 4 deletions static/css/section3.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}

.section3-box-content {
height: 450px;
width: 20vw;
height: 950px;
width: 30vw;
margin: 30px 15px 30px 15px;
border-radius: 5px;
border-radius: 10px;
}

.section3-box-title {
Expand All @@ -28,7 +28,7 @@

.section3-box-text {
margin: 30px 15px;
color: black;
color: red;
}

@media only screen and (max-width: 900px) {
Expand Down
Binary file removed static/images/content_images/case_studies/car.png
Binary file not shown.