mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2025-02-17 12:00:02 +08:00
style: header on small screen devices
This commit is contained in:
parent
e075ba8b6c
commit
ae1d89d3ec
@ -35,6 +35,7 @@ const modeText = computed(() => {
|
||||
position: relative;
|
||||
font-size: 40px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
|
||||
&::after {
|
||||
content: "v" attr(data-version);
|
||||
@ -58,8 +59,7 @@ const modeText = computed(() => {
|
||||
|
||||
.header-tag {
|
||||
font-size: 14px;
|
||||
padding: 0 10px;
|
||||
height: 25px;
|
||||
padding: 6px 10px;
|
||||
background: #f5f7fa;
|
||||
border: 1px solid #dcdfe6;
|
||||
color: #909399;
|
||||
@ -68,7 +68,7 @@ const modeText = computed(() => {
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,8 +4,9 @@
|
||||
}
|
||||
|
||||
.cg-header {
|
||||
width: 96% !important;
|
||||
height: auto !important;
|
||||
margin: 60px 0 20px 0;
|
||||
margin: 60px auto 20px auto;
|
||||
&__title {
|
||||
font-size: 28px !important;
|
||||
&::after {
|
||||
|
Loading…
Reference in New Issue
Block a user