This website works better with JavaScript.
Home
Help
Sign In
mb
/
bots-as-digital-infrapunctures
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
hopefully last cs tweaks
master
Your Name
4 days ago
parent
cf8be762ca
commit
0d8832ea91
1 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-2
themes/default/static/css/main.css
+ 8
- 2
themes/default/static/css/main.css
View File
@ -250,7 +250,7 @@ p {
/* MOBILE */
@
media
(
max-width
:
812
px
)
{
@
media
(
max-width
:
767
px
)
{
nav
#
menu
{
width
:
auto
;
text-align
:
auto
;
@ -289,11 +289,17 @@ p {
margin
:
1
.
5em
;
}
img
,
video
{
width
:
calc
(
100
%
+
3em
)
;
margin
:
2em
0
2em
-1
.
5em
;
}
}
/* TABLET */
@
media
(
min-width
:
813px
and
max-width
:
1024px
)
{
@
media
(
min-width
:
76
8px
and
max-width
:
1024px
)
{
nav
#
menu
{
width
:
auto
;
text-align
:
auto
;
Write
Preview
Loading…
Cancel
Save