Merge branch 'redesign' of git.linux-kernel.at:oliver/ivatar into redesign

This commit is contained in:
Oliver Falk
2020-10-19 11:21:14 +02:00

View File

@@ -82,14 +82,17 @@ h2 {
letter-spacing: 0.05rem; letter-spacing: 0.05rem;
font-weight: 500; font-weight: 500;
} }
h3 { h3 {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-size: 24px; font-size: 24px;
margin-bottom: 2rem; margin-bottom: 2rem;
color: #545454; color: #545454;
} }
@media only screen and (max-width: 470px) {
h3{
font-size: 20px;
}
}
h4 { h4 {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-size: 25px; font-size: 25px;
@@ -791,6 +794,11 @@ color:#335ECF;
grid-gap: 0; grid-gap: 0;
grid-template-columns: 20% 80%; grid-template-columns: 20% 80%;
} }
@media only screen and (max-width: 700px) {
.profile-container {
grid-template-columns: 40% 60%;
}
}
.profile-container > div, profile-container > img { .profile-container > div, profile-container > img {
text-align: center; text-align: center;
} }
@@ -820,6 +828,11 @@ h3.panel-title{
.profile-container > h3{ .profile-container > h3{
padding-top: 26px; padding-top: 26px;
} }
@media only screen and (max-width: 470px) {
.profile-container > h3{
padding-top: 20px;
}
}
.profile-container.active > h3{ .profile-container.active > h3{
padding-top: 12px; padding-top: 12px;
} }