Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
e8ea2b15
Verified
Commit
e8ea2b15
authored
Nov 08, 2018
by
Sébastiaan Versteeg
Browse files
Fix header size too large on smaller screen laptops
parent
3ee2866c
Changes
4
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/static/css/base.scss
View file @
e8ea2b15
...
...
@@ -106,7 +106,7 @@
}
#page-header
{
height
:
36
0px
;
height
:
20
0px
;
.image
{
width
:
100%
;
...
...
@@ -115,6 +115,12 @@
}
}
.home
{
#page-header
{
height
:
360px
;
}
}
@media
(
max-width
:
1023px
)
{
#page-header
{
height
:
170px
;
...
...
website/thaliawebsite/static/img/headers/fixed/banner7.jpg
View replaced file @
3ee2866c
View file @
e8ea2b15
607 KB
|
W:
|
H:
353 KB
|
W:
|
H:
2-up
Swipe
Onion skin
website/thaliawebsite/templates/base.html
View file @
e8ea2b15
...
...
@@ -48,7 +48,7 @@
<!-- build commit: {{ SOURCE_COMMIT }} -->
</head>
<body>
<body
class=
"{% block body_class %}{% endblock %}"
>
<section
id=
"announcements-alerts"
>
{% if request.member and request.member.current_membership is None %}
...
...
website/thaliawebsite/templates/index.html
View file @
e8ea2b15
{% extends 'base.html' %}
{% load i18n frontpage_events frontpage_articles partner_banners slider %}
{% block body_class %}home{% endblock %}
{% block header_image_container %}
{% render_slider %}
{% endblock header_image_container %}
...
...
Jelle Besseling
@jbesseling
mentioned in commit
2b2c17fd
·
Nov 08, 2018
mentioned in commit
2b2c17fd
mentioned in commit 2b2c17fd4709bc8d1a8c7da29c3fa9e7a052d2f7
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment