updated sys and created publi
This commit is contained in:
+11
-1
@@ -93,7 +93,8 @@ div.user {
|
||||
div.user .content {
|
||||
padding: 1rem;
|
||||
width: 100%;
|
||||
margin-bottom: 2rem; }
|
||||
margin-bottom: 2rem;
|
||||
box-sizing: border-box; }
|
||||
div.user section.images ul {
|
||||
width: 105%; }
|
||||
div.user section.images ul li {
|
||||
@@ -102,8 +103,17 @@ div.user {
|
||||
div.user section.images ul li img {
|
||||
max-width: 100%;
|
||||
width: 100%; }
|
||||
div.user section.sources {
|
||||
padding: 1rem;
|
||||
box-sizing: 100%;
|
||||
width: 100%; }
|
||||
div.user section.sources a {
|
||||
color: #000; }
|
||||
div.user p img {
|
||||
border: none; }
|
||||
div.user video {
|
||||
max-width: 100%;
|
||||
max-height: 600px; }
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
|
||||
Reference in New Issue
Block a user