Commit 68467dce authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5d1f77c7
...@@ -326,6 +326,10 @@ ul.callbacks_tabs.callbacks1_tabs { ...@@ -326,6 +326,10 @@ ul.callbacks_tabs.callbacks1_tabs {
} }
} }
@media(max-width:768px){ @media(max-width:768px){
.container {
padding-right: 5px;
padding-left: 5px;
}
.caption { .caption {
width: 70%; width: 70%;
top: 22%; top: 22%;
...@@ -359,6 +363,10 @@ ul.callbacks_tabs.callbacks1_tabs { ...@@ -359,6 +363,10 @@ ul.callbacks_tabs.callbacks1_tabs {
} }
} }
@media(max-width:480px){ @media(max-width:480px){
.container {
padding-right: 1px;
padding-left: 1px;
}
.caption { .caption {
width: 70%; width: 70%;
top: 14%; top: 14%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment