Add some responsiveness...
This commit is contained in:
parent
8c18e98906
commit
40e577436e
@ -20,7 +20,12 @@ footer {
|
|||||||
.main {
|
.main {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
width: 65vw;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 85vw;
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
.main {
|
||||||
|
width: 65vw;
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,8 +1,6 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
const download = document.querySelector('#download');
|
const download = document.querySelector('#download');
|
||||||
|
|
||||||
console.log('I\'m outside clickers');
|
|
||||||
|
|
||||||
document.querySelector('#gen').addEventListener('click', () => {
|
document.querySelector('#gen').addEventListener('click', () => {
|
||||||
let link = document.querySelector('input[name="link"]').value;
|
let link = document.querySelector('input[name="link"]').value;
|
||||||
let idInstr =document.querySelector('input[name="id-str"]').value;
|
let idInstr =document.querySelector('input[name="id-str"]').value;
|
||||||
|
Loading…
Reference in New Issue
Block a user