Skip to content
Snippets Groups Projects
Commit c5bfb642 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

firefox fixes

parent 06d3e377
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,13 @@
height: 400px;
position: absolute;
filter: blur(200px);
opacity: 1;
opacity: 0.5;
border-radius: 50%;
@include mx.breakpoint(medium) {
width: 400px;
height: 400px;
filter: blur(400px);
width: 500px;
height: 500px;
filter: blur(500px);
}
@include mx.breakpoint(large) {
......
......@@ -9,7 +9,8 @@ body {
min-height: 100vh;
margin: 0 auto;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
backdrop-filter: blur(30px);
padding-bottom: 80px;
@include mx.breakpoint(xlarge) {
min-height: calc(100vh - 5rem);
}
......
......@@ -7,7 +7,7 @@
align-items: center;
min-height: 100vh;
@include mx.breakpoint(large) {
@include mx.breakpoint(xlarge) {
min-height: calc(100vh - 5rem);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment