diff --git a/html/download.ejs b/html/download.ejs index afb9d2cb..4bc61d4a 100644 --- a/html/download.ejs +++ b/html/download.ejs @@ -22,8 +22,8 @@ - - + + @@ -158,12 +158,28 @@ font-family:Ubuntu .download-format > a:hover{ border:solid; } + .download-format:{ + width:65px; + } + .download-list { + display: flex; + flex-direction: row; + flex-wrap: wrap; + column-gap: 32px; + max-width: 27em; + margin-left: auto; + margin-right: auto; + background: #333; + height: 56em; + border-radius: 10px; + margin-top: 2em; +}
-