Skip to content
Snippets Groups Projects
Commit 5985ce0b authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Limit width of .comments

parent 2e73d603
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
width: 100%;
border-top: 1px dashed black !important;
padding: 2em;
max-width: 70em;
}
......@@ -203,6 +204,7 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.4);
background-color: white;
display: block;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment