# responsive-menu/3.0.8/src/app/Mappers/scssphp/tests/outputs/content.css

Responsive Menu – Create Mobile-Friendly Menu, version 3.0.8. 30 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.0.8/code/src/app/Mappers/scssphp/tests/outputs/content.css
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.0.8/raw/src/app/Mappers/scssphp/tests/outputs/content.css
- Modified: 2016-06-21T17:18:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/responsive-menu/3.0.8/code/src/app/Mappers/scssphp/tests/outputs/content.css#L10-L20`.

```css
* html #logo {
  background-image: url(/logo.gif); }

.colors {
  background-color: blue;
  color: white;
  border-color: blue; }

@media only screen and (max-width: 480px) {
  body {
    color: red; } }

#sidebar {
  width: 300px; }
  @media only screen and (max-width: 480px) {
  #sidebar {
    width: 100px; } }

@media only screen and (min-width: 40em) {
  .grid-1 {
    width: 100%; }
    .grid-2 {
      width: 100%; } }

@media only screen and (min-width: 40em) {
  .grid-1 {
    width: 100%; }
    .grid-2 {
      width: 100%; } }

```
