FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-browsercheck/css/responsive.css at master · serial/php-browsercheck · GitHub
serial
/
php-browsercheck
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
php-browsercheck
/
css
/
responsive.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 235 Bytes
Breadcrumbs
php-browsercheck
/
css
/
responsive.css
Copy path
File metadata and controls
11 lines (11 loc) · 235 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
@media
only
screen
and
(
max-width
:
1280
px
) {
.
data-points-wrapper
{
width
:
90
%
;
grid-template-columns
:
1
fr
1
fr
;
}
}
@media
only
screen
and
(
max-width
:
768
px
) {
.
data-points-wrapper
{
grid-template-columns
:
1
fr
;
}
}
Back
|
FazBrowse Home
|
New Git URL