mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 11:06:10 +00:00
created navigation section and styled navigation links
This commit is contained in:
@@ -5,3 +5,10 @@
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin center-horizontal-vertical {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user