forked from samuel-p/sp-codes.de
fixed footer position
This commit is contained in:
parent
a962504ea8
commit
af34674ea5
2 changed files with 3 additions and 6 deletions
|
@ -3,16 +3,13 @@
|
|||
src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype');
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("../img/bg.png");
|
||||
/*padding: 2%;*/
|
||||
/*font-size: 20px;*/
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -53,7 +50,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.flex-grow {
|
||||
flex: 1 0 auto;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</head>
|
||||
<body class="d-flex flex-column">
|
||||
<div class="container flex-column flex-grow p-3">
|
||||
<div class="row justify-content-center py-5">
|
||||
<div class="row py-5">
|
||||
<div class="col">
|
||||
<img class="logo" src="img/samuel.png">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue