summaryrefslogtreecommitdiff
path: root/Project-Unite/Content
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-26 11:16:10 -0400
committerMichael <[email protected]>2017-03-26 11:16:10 -0400
commitd0317c159b433866dd41025d018bafee763d0e30 (patch)
tree413e5aaffcef89d4a78c69b7b3bab033179d67f0 /Project-Unite/Content
parent70f527e9676ea0a15c50a8f255894d3085fac272 (diff)
downloadproject-unite-d0317c159b433866dd41025d018bafee763d0e30.tar.gz
project-unite-d0317c159b433866dd41025d018bafee763d0e30.tar.bz2
project-unite-d0317c159b433866dd41025d018bafee763d0e30.zip
hopefully fix modal bug
Diffstat (limited to 'Project-Unite/Content')
-rw-r--r--Project-Unite/Content/Site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css
index 81f73b0..b52b644 100644
--- a/Project-Unite/Content/Site.css
+++ b/Project-Unite/Content/Site.css
@@ -44,6 +44,11 @@ p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,input,textarea{
* @author ocodia
*/
+.modal{
+ width:100%;
+ height:100%;
+}
+
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;