mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 19:16:11 +00:00
created media queries for card, form, popup, story components and for booking section
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
display: block;
|
||||
transition: all 0.3s;
|
||||
|
||||
@include respond(tab-port) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
box-shadow: $shadow-light;
|
||||
@@ -49,6 +53,11 @@
|
||||
&__radio-group {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
|
||||
@include respond(tab-port) {
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__radio-input {
|
||||
|
||||
Reference in New Issue
Block a user