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