diff --git a/static/page.css b/static/page.css index c022e035bef7208d09c8d1d47b87b680867681c9..9a950570a26e31e1a4c19e907db66df920a5eda8 100644 --- a/static/page.css +++ b/static/page.css @@ -529,8 +529,7 @@ body{ line-height: normal; color: #C6EBE8; } -.roster-pagecontent{ - width: 71%; +.roster-pagecontent { transform: translateX(0%); margin: 12vw auto 50px; position: relative; @@ -551,11 +550,10 @@ body{ padding: 5px; } -.roster-head{ +.roster-head { border-radius: 50%; - /* width and height of pictures! */ - width: 180px; - height: 180px; + width: 300px; + height: 300px; overflow: hidden; } .roster-head>img{