mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
margin
This commit is contained in:
parent
4d83880dd6
commit
33e043a7fc
1 changed files with 1 additions and 7 deletions
|
@ -124,7 +124,7 @@ nav {
|
|||
border-radius: 4px;
|
||||
background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
|
||||
padding: 4px;
|
||||
|
||||
margin: 4px;
|
||||
|
||||
&.upper-box {
|
||||
border-radius: 4px 4px 0 0;
|
||||
|
@ -619,12 +619,10 @@ nav {
|
|||
//Desktop
|
||||
.left {
|
||||
grid-column: 1;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.right {
|
||||
grid-column: 2;
|
||||
margin: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -632,14 +630,10 @@ nav {
|
|||
//Mobile
|
||||
.left {
|
||||
grid-row: 1;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.right {
|
||||
grid-row: 2;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue