adjustments for css and all

This commit is contained in:
talksik
2020-09-04 17:09:12 -07:00
parent 1fc1cb856c
commit 294fdee17a
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
.nav { .nav {
@extend %flex; @extend %flex;
flex-direction: row; flex-direction: row;
margin-top: 10px; margin: 10px;
ul { ul {
@extend %flex; @extend %flex;
@@ -23,7 +23,7 @@
} }
.active { .active {
padding: 7px 10px; padding: 7px 20px;
background-color: $primary-color; background-color: $primary-color;
border-radius: 100px; border-radius: 100px;
color: white; color: white;
+1 -1
View File
@@ -6,7 +6,7 @@ import './landing.scss';
export default class Landing extends React.Component { export default class Landing extends React.Component {
render() { render() {
return ( return (
<div className="wrapper"> <div className="rameelo-wrapper">
<div className="top-section"> <div className="top-section">
<div className="container-fluid"> <div className="container-fluid">
<div className="row"> <div className="row">
+2 -1
View File
@@ -1,7 +1,8 @@
@import '../../../styles/index'; @import '../../../styles/index';
.wrapper { .rameelo-wrapper {
max-width: 1920px !important; max-width: 1920px !important;
margin: 0 auto;
} }
.top-section { .top-section {