Skip to content
Snippets Groups Projects
Verified Commit 29a28bf0 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Text width set to 700px

parent 4d798d93
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ $small-screen-up: 651px;*/
@import "materialize.scss";
/* overall page look */
$p-max-width: 512px;
$p-max-width: 700px;
#content, .container.nav-wrapper {
width: 86%;
}
......@@ -283,7 +283,7 @@ nav.subnav li {
background-color: #2b2b2b;
display:inline-block;
text-align: left;
min-width: 508px;
min-width: $p-max-width - 4px;
max-width:100%;
}
code {
......@@ -301,6 +301,8 @@ nav.subnav li {
#content {
width: 100%;
}
}
@media only screen and (max-width: ($p-max-width/.85)) {
pre {
min-width: 100%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment