diff --git a/css/style.css b/css/style.css index 16511eb..87bdc0f 100644 --- a/css/style.css +++ b/css/style.css @@ -67,7 +67,7 @@ input { } .sidebar { - width: 25%; + width: 11%; background: rgba(0, 0, 0, 0.1); border-right: 0.2px solid #adadad; backdrop-filter: blur(25px); @@ -157,11 +157,24 @@ input { list-style-type: none; line-height: 3.3rem; padding: 0px; + display: grid; + grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); + gap: 15px; } .more-info-item { display: flex; justify-content: space-between; + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; + padding: 10px; + text-align: center; + transition: transform 0.3s; +} + +.icon { + font-size: 24px; + margin-bottom: 4px; } .more-info-item p { diff --git a/index.html b/index.html index 00111d5..c3c93a7 100644 --- a/index.html +++ b/index.html @@ -129,40 +129,122 @@

Last Visited

Clear History
+

More Information