Skip to content
Snippets Groups Projects
Commit c0f2e670 authored by VIktorGrev's avatar VIktorGrev
Browse files

style: removing padding

parent 1ffa8e0a
No related branches found
No related tags found
1 merge request!104Feat/profile and settings improvements
Pipeline #285283 passed with warnings
......@@ -31,6 +31,12 @@ import LoginForm from '@/components/Login/LoginForm.vue'
box-shadow: rgba(57, 57, 63, 0.5) 0px 1px 20px 0px;
}
@media (max-width: 600px){
.box {
padding: 0;
}
}
.title {
font-size: 60px;
color: white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment