Remove breaking changes on Firefox
This commit is contained in:
parent
5b34ac42e8
commit
c440e22ffa
@ -91,7 +91,6 @@ a:link {
|
|||||||
min-width: 110vw;
|
min-width: 110vw;
|
||||||
min-height: 110vh;
|
min-height: 110vh;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-image: url("/res/bg.jpg");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.branding {
|
.branding {
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
.brand h1 {
|
.brand h1 {
|
||||||
font-size: 96px;
|
font-size: 96px;
|
||||||
width: 700px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ body {
|
|||||||
.brand h1 {
|
.brand h1 {
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
width: 550px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand p {
|
.brand p {
|
||||||
@ -48,8 +47,6 @@ body {
|
|||||||
margin: 40px 0 0 0;
|
margin: 40px 0 0 0;
|
||||||
min-width: 260px;
|
min-width: 260px;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
max-height: 400px;
|
|
||||||
height: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<body style="background-color: #711">
|
<body style="background-color: #711">
|
||||||
<div id="bg" class="bg-landing">
|
<div id="bg" class="bg-landing">
|
||||||
<img alt="background" data-depth="0.2" src="res/bg.webp">
|
<img alt="background" data-depth="0.2" src="res/bg.jpg">
|
||||||
</div>
|
</div>
|
||||||
<div id="page" class="page flex column">
|
<div id="page" class="page flex column">
|
||||||
<div class="branding flex row float">
|
<div class="branding flex row float">
|
||||||
|
Loading…
Reference in New Issue
Block a user