1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
This commit is contained in:
Steffo 2018-07-24 19:46:41 +02:00
parent 4d83880dd6
commit 33e043a7fc

View file

@ -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;
}
}
}