mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Html / content height
This commit is contained in:
parent
3daeef184a
commit
5546bdb477
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
height: 100%;
|
height: calc(100vh - 50px);
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
padding: 1px 7px;
|
padding: 1px 7px;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: calc(100vh - 50px);
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue