Skip to content
Snippets Groups Projects
Commit 95d63381 authored by Aldrich Valentino Halim's avatar Aldrich Valentino Halim
Browse files

minor changes to primary styling

parent 2c8cc7c7
1 merge request!42Projekers - 13515051 - Girvandi Ilyas
......@@ -36,18 +36,32 @@
.sub-header {
font-size: 0;
margin: 10px 0;
}
.sub-header-heading, .edit-icon {
display: inline-block;
font-size: initial;
width: 50%;
}
.sub-header-heading {
width: 80%;
}
.sub-header-heading h1 {
margin: 0;
font-size: 2rem;
}
.edit-icon {
width: 20%;
text-align: right;
}
.edit-icon img {
width: 25px;
}
.user-profile {
width: 100%;
text-align: center;
......
......@@ -2,4 +2,10 @@ body {
margin: 0;
font-family: sans-serif;
padding: 10px;
text-align: center;
}
.container {
width: 700px;
text-align: initial;
display: inline-block;
}
\ No newline at end of file
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