editSummary

This commit is contained in:
Mikola
2023-11-30 16:42:24 +03:00
parent 690daba9d5
commit c514062efe
2 changed files with 71 additions and 5 deletions

View File

@ -220,6 +220,11 @@
white-space: nowrap;
}
}
.edit {
background-color: green;
color: white;
}
}
.skills__section {
@ -287,6 +292,15 @@
}
}
.ck-toolbar {
border: none !important;
}
.ck-content {
border: none !important;
padding: 15px 35px 15px 50px !important;
}
&__sectionGit {
margin-top: 25px;