PHP Classes

File: frontend/src/components/Layout/style.ts

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/components/Layout/style.ts   Download  
File: frontend/src/components/Layout/style.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 3 months ago
Size: 179 bytes
 

Contents

Class file image Download
import styled from "styled-components"; export const LayoutContainer = styled.div` max-width: 1280px; width: 100%; height: auto; margin: 0 auto; overflow-x: hidden; `;