diff --git a/static/archive.css b/static/archive.css index 7c24158..47770ba 100644 --- a/static/archive.css +++ b/static/archive.css @@ -86,8 +86,8 @@ body { /*justify-content: center;*/ align-items: center; font-size: 24px; -width: 40%; -height: 40%; +width: 100%; +height: 100%; vertical-align:middle; } @@ -110,7 +110,13 @@ vertical-align:middle; .active .pagelink:after{ background-color: #0BEFEB; }*/ +.mw-selflink{ + /*width: 120%; + height: 120%; + background-color: #0BEFEB;*/ + color:blue; +} .pagelink .pagename{ display: inline-block; @@ -133,13 +139,14 @@ vertical-align:middle; h1 { position: fixed; right:0%; - top:5%; + bottom: 83%; text-align: right; background-color: rgba(11,239,235,0.7); color: #371F10; padding: 3px 35px 3px 10px; z-index: 10; font-size: 28px; + max-width: 93%; } a, a:visited{