Stupid footer
This commit is contained in:
parent
6a76c853c9
commit
44943e5972
@ -2,7 +2,7 @@
|
||||
@import url('../vendor/bulma/css/bulma.min.css');
|
||||
|
||||
#scene {
|
||||
min-height: 92vh;
|
||||
min-height: 93vh;
|
||||
margin-left: 15vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
<script src='main.js' type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar has-background-light" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<span class="icon mr-2">
|
||||
@ -52,5 +52,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<strong>WebArchi</strong> by <a href="https://ispc.cnr.it">ISPC punks</a>.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user