Skip to content
Snippets Groups Projects
Commit a685fb81 authored by Haidar's avatar Haidar
Browse files

style: styling responsive for hall

of fame css
parent dc4734df
No related merge requests found
......@@ -193,6 +193,34 @@ tr:nth-child(even) {
transition: background-color 0.3s;
}
@media (max-width: 768px) {
.search-box {
width: 50%;
margin: 0 auto 10px auto;
}
.search-button {
margin-right: 0;
}
.head-container h1 {
margin-left: 0;
}
.body-container {
margin: 0;
}
.pagination-container {
width: 100%;
margin-left: 0;
position: absolute;
left: 10px;
display: flex;
justify-content: center;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment