updates
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
position: relative;
|
||||
height: 250px;
|
||||
background: rgb(70, 70, 124);
|
||||
background-image: url("{{ header_image }}");
|
||||
background-image: url("/public/static/header.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
display: flex;
|
||||
@@ -63,10 +63,10 @@
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
{% block head_includes %}
|
||||
{% endblock %}
|
||||
</style>
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
<div class="top_header">
|
||||
<div >
|
||||
|
||||
Reference in New Issue
Block a user