mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2025-12-06 07:56:09 +00:00
Adding css test colors.
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
.nav-content
|
||||
{
|
||||
display: none;
|
||||
background-color: #00ff00;
|
||||
}
|
||||
@include media-breakpoint-up(sm)
|
||||
{
|
||||
.nav-content
|
||||
{
|
||||
display: flex;
|
||||
display: flex;
|
||||
background-color: #ff0000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user