Commit #00005
This commit is contained in:
+19
-2
@@ -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){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user