Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class App extends Component {
>
next
</button>
<footer class="footer">
<footer>
<div class="btn-change">
<Change />
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/stylesheets/pages/CaseStudy.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.study {
width: 960px;
margin: 2rem auto;
font-size: 1.5rem;
text-align: center;
}
.study > h1 {
margin-bottom: 3rem;
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/assets/stylesheets/pages/CaseStudy.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.study {
width: 960px;
margin: 2rem auto;
font-size: 1.5rem;

text-align: center;
> h1 {
margin-bottom: 3rem;
}
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/aboutInformation/aboutInfoStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
}

.margin {
margin-left: 200px;
margin-right: 200px;
margin: 2rem auto;
font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
}

Expand Down
16 changes: 11 additions & 5 deletions frontend/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ hr.horiz {
.btn-information{
clear:both;
float:right;
margin-bottom: 20px;
}
.btn-change {
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
Expand Down Expand Up @@ -95,17 +96,20 @@ h2{
border-color: #fed136;
color: #404040;
float: right;
margin: 20px;
padding: 8px !important;
}
.back {
background-color: #404040;
border-color: #404040;
color: white;
float: left;
margin: 20px;
padding: 8px !important;
}

.back, .next{
margin-bottom:10px;
}

.hidden {
display: none;
}
Expand All @@ -117,15 +121,17 @@ body {
margin-right: 2%;
}
.row {
display: flex !important;
display: block !important;
justify-content: space-around !important;
margin-top: 50px !important;
margin-bottom: 25px !important;
text-align: left !important;
text-align: center !important;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 100%;
}
#mainNav .navbar-brand {
font-size: 1.94em;
}
.no-margin {
margin: 0 !important;
}