mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
fix: devweb - Fix footer position
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<%@tag description="component/footer" pageEncoding="UTF-8" %>
|
||||
<%@ tag import="uppa.project.web.translation.Translator" %>
|
||||
<%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %>
|
||||
<%@ tag import="uppa.project.Global" %>
|
||||
<%@ tag import="java.text.MessageFormat" %>
|
||||
|
||||
<%@ tag pageEncoding="UTF-8" %>
|
||||
<% Translator translator = (Translator) request.getSession().getAttribute("translator"); %>
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<strong>Cards Rush</strong> par Kevin Mitressé & Lucàs Vabre. UPPA M1-TI 2024
|
||||
${MessageFormat.format(translator.translate('footer'), Global.APP_NAME)}
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<%@tag description="component/hero" pageEncoding="UTF-8" %>
|
||||
<%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %>
|
||||
|
||||
<div class="hero is-primary is-fullheight-with-navbar">
|
||||
<div class="hero-body">
|
||||
@@ -6,4 +7,5 @@
|
||||
<jsp:doBody/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<component:footer/>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,5 @@
|
||||
<component:navbar/>
|
||||
|
||||
<jsp:doBody/>
|
||||
|
||||
<component:footer/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -3,10 +3,15 @@
|
||||
--bulma-primary-s: 70%;
|
||||
--bulma-primary-l: 35%;
|
||||
--modal-content-width: 50rem;
|
||||
--bulma-custom-footer-padding: 1rem 1.5rem 1rem;
|
||||
}
|
||||
|
||||
.hero {
|
||||
background: url("../img/Home.svg") lightgray 50% / cover no-repeat;
|
||||
|
||||
.footer {
|
||||
padding: var(--bulma-custom-footer-padding); !important;
|
||||
}
|
||||
}
|
||||
|
||||
label.radio.button > input[type="radio"] {
|
||||
|
||||
Reference in New Issue
Block a user