This commit is contained in:
KrzysiekSiemv
2019-11-24 22:06:35 +01:00
parent 9817fe0462
commit 3eb481c1c2
2 changed files with 25 additions and 13 deletions
+19 -2
View File
@@ -21,7 +21,7 @@ body {
.intro {
float: right;
text-align: right;
width: 512px;
width: 512px;
}
.intro i {
@@ -186,10 +186,27 @@ body {
margin-bottom: 4px;
}
/* Profil */
.profil {
padding: 8px;
background-color: rgb(45, 45, 45);
color: white;
}
.profil .avatar {
height: 256px;
border-radius: 50%;
}
.profil .nick {
font-size: 48px;
}
/* Prawa kolumna */
@media screen and (max-width:800px){
}
}