Skip to content

Commit 8ee204b

Browse files
committed
Merge branch 'master' of github.com:QuantStack/quantstack.github.io into career-qs
2 parents d02448d + 2f6c199 commit 8ee204b

4 files changed

Lines changed: 4 additions & 36 deletions

File tree

css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ header a.logo{
104104
display: block;
105105

106106
}
107-
@media (max-width: 992px) {
107+
@media (max-width: 768px) {
108108
header a.logo {
109109
padding-top: 5px;
110110
}
@@ -154,7 +154,7 @@ header .menu ul li.picto img {
154154
padding: 25px 14px 25px 5px;
155155
}
156156
}
157-
@media (max-width:992px) {
157+
@media (max-width:768px) {
158158
header .menu ul li:not(.picto) {
159159
display: block;
160160
width: 100%;
@@ -889,34 +889,3 @@ textarea:focus, input:focus{
889889
margin: 14px;
890890
overflow: hidden;
891891
}
892-
.underline {
893-
text-decoration: underline;
894-
}
895-
.padding-team-intro-txt {
896-
padding: 27px;
897-
}
898-
899-
@media (max-width: 992px) {
900-
header a.logo {
901-
padding-top: 15px;
902-
}
903-
}
904-
905-
@media (max-width: 768px) {
906-
header a.logo {
907-
width: 50%;
908-
}
909-
}
910-
911-
@media (max-width: 600px) {
912-
header a.logo {
913-
width: 75%;
914-
}
915-
}
916-
917-
918-
@media (max-width: 500px) {
919-
header a.logo {
920-
width: 100%;
921-
}
922-
}

includes/header.inc.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<li><a href="index.html">Home</a></li>
2121
<li><a href="the-team.html">About us</a></li>
2222
<li><a href="projects.html">Projects</a></li>
23-
<li><a href="careers.html">Careers</a></li>
2423
<li><a href="contact.html">Contact</a></li>
2524
<li><a href="blog.html">Blog</a></li>
2625
<!-- <li class="hidden-lg hidden-md"><a href="downloads.html">Download</a></li>-->

0 commit comments

Comments
 (0)