SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fe09370f authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Alter max-screen width

Alter the screen width values to get closer to
 the original SciPost design.
parent 101c18f4
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
// //
// //
// Grid
//
$grid-gutter-width-base: 20px;
$container-max-widths: (
sm: 546px,
md: 738px,
lg: 962px,
xl: 1170px
);
.row {
margin-bottom: 1rem;
}
// Colors // Colors
// //
$scipost-lightblue: #6884C2 !default; $scipost-lightblue: #6884C2 !default;
......
...@@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 {
} }
.navbar-brand { .navbar-brand {
height: 38px; height: 38px;
margin: 0;
} }
.navbar-toggler-icon { .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 43, 73, 1.0)"); background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 43, 73, 1.0)");
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block bodysup %} {% block bodysup %}
<div class="container-fluid"> <div class="container">
<div class="row"> <div class="row">
{% if latest_newsitems %} {% if latest_newsitems %}
<div class="col-md-6 {% if user.is_authenticated %}col-lg-4{% else %}col-lg-3{% endif %}"> <div class="col-md-6 {% if user.is_authenticated %}col-lg-4{% else %}col-lg-3{% endif %}">
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
</div> </div>
<div class="container-fluid"> <div class="container">
<hr class="hr12"> <hr class="hr12">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment