diff options
| author | Michael <[email protected]> | 2017-03-26 11:16:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-26 11:16:10 -0400 |
| commit | d0317c159b433866dd41025d018bafee763d0e30 (patch) | |
| tree | 413e5aaffcef89d4a78c69b7b3bab033179d67f0 /Project-Unite/Content | |
| parent | 70f527e9676ea0a15c50a8f255894d3085fac272 (diff) | |
| download | project-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.css | 5 |
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; |
