mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 19:16:11 +00:00
created media queries
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
visibility: hidden;
|
||||
transition: all 0.3s;
|
||||
|
||||
@supports (-webkit-backdrop-filter: blur(10px)) or
|
||||
(backdrop-filter: blur(10px)) {
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba($color-black, 0.3);
|
||||
}
|
||||
|
||||
&__content {
|
||||
@include center-horizontal-vertical;
|
||||
width: 75%;
|
||||
|
||||
Reference in New Issue
Block a user