minor UI tweaks

This commit is contained in:
sairaj mote 2024-02-16 04:05:59 +05:30
parent 2730f493ce
commit fb029fea3d
4 changed files with 13 additions and 4 deletions

View File

@ -834,7 +834,7 @@ ol {
text-align: center;
background-color: rgba(var(--text-color), 0.06);
padding: 1rem;
border-radius: 5rem;
border-radius: 40%;
cursor: pointer;
font-weight: 500;
transition: background-color 0.3s, box-shadow 0.3s;
@ -962,6 +962,9 @@ ol {
#landing #relative_tasks > div:first-of-type {
padding: 3rem 0;
}
#category_selection ul {
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}
#emblem {
display: none;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -875,7 +875,7 @@ ol {
text-align: center;
background-color: rgba(var(--text-color), 0.06);
padding: 1rem;
border-radius: 5rem;
border-radius: 40%;
cursor: pointer;
font-weight: 500;
transition: background-color 0.3s, box-shadow 0.3s;
@ -1035,6 +1035,12 @@ ol {
}
}
#category_selection {
ul {
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}
}
#emblem {
display: none;
}

View File

@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Internship@RanchiMall</title>
<title>RanchiMall Selects</title>
<link rel="stylesheet" href="css/main.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>