mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-20 07:55:47 +03:00
Fixed silly maths
This commit is contained in:
parent
a4f5600766
commit
bd6b97fb42
2
404.html
2
404.html
@ -181,7 +181,7 @@
|
||||
}
|
||||
.carbon-text {
|
||||
float: right;
|
||||
width: calc(100% - 130px - -0.75rem);
|
||||
width: calc(100% - 130px - 0.75rem);
|
||||
}
|
||||
.carbon-poweredby {
|
||||
color: #AAA;
|
||||
|
@ -181,7 +181,7 @@
|
||||
}
|
||||
.carbon-text {
|
||||
float: right;
|
||||
width: calc(100% - 130px - -0.75rem);
|
||||
width: calc(100% - 130px - 0.75rem);
|
||||
}
|
||||
.carbon-poweredby {
|
||||
color: #AAA;
|
||||
|
@ -181,7 +181,7 @@
|
||||
}
|
||||
.carbon-text {
|
||||
float: right;
|
||||
width: calc(100% - 130px - -0.75rem);
|
||||
width: calc(100% - 130px - 0.75rem);
|
||||
}
|
||||
.carbon-poweredby {
|
||||
color: #AAA;
|
||||
|
Loading…
Reference in New Issue
Block a user