minor UI tweaks
This commit is contained in:
parent
2730f493ce
commit
fb029fea3d
@ -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
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user